I am new into WP Plugin development. I want to make a plugin which adds the facility to use any custom code within editor to render it into something else. For instance if I am referring my Hacker News profie and I am using the code H(HackerNewsID) then after publishing it makes a URL of Hacker News pointing to my profile.

What feature of WP would be best fit for it?

Thanks

link|improve this question

66% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You cand try shortcodes http://codex.wordpress.org/Shortcode_API

link|improve this answer
Thanks. Can I use shortcode API in plugin? If yes then how to do it? – Volatil3 Jan 21 at 15:23
Awesome! it simply solved my problem! – Volatil3 Jan 21 at 15:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.