Sorry vaakash, I couldn’t wait, so I made a “companion” plugin myself to add the insert tool on page & post: Shortcoder Insert Tool. I’ll try to put it on the SVN soon.
Thanks for your original plugin, it’s been very useful. You are totally free to add my code to your plugin if you wish. Thanks
Plugin Author
unitdp
(@unitdp)
Sorry about that. You will need to have to FTP to your plugins folder and take out the php file from the second folder. The problem is that the plugin gets installed inside two folders instead of one. I’m new at this and I’m still trying to figure out the SVN thing, so sorry about this issue.
Here’s a quick solution that works for me. Just copy/paste into the “Hello” plugin or somewhere that loads in the admin:
<script>
function send_to_custom_field(html) {
window.send_to_editor(html);
}
</script>