Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+8 votes
842 views
in Plugins by
edited by

Here's a simple plugin, it replaces certain text with other text in questions, answers, and comments.

EDIT: now supports regex and html tag substitution

Mostly for simple shortcode replacing, e.g.:

[my-shortcode]

with:

<a href="http://mysite.com/">My Site!</a>

Feedback welcome, the code is here:

https://github.com/NoahY/q2a-shortcode

Q2A version: 1.5
by
Interesting plugin Noah, thank you!
by
It is not working in question Heading.

1 Answer

0 votes
by
I want to create a shortcode to insert ads in between of the answers such as after 100 words. I need some help
...