Hello, great script.
One error though, when you use links it will parse it like this:
http://www.yourdomain.com/”link.com”
However I have fixed this, by editing creatlink.js
var tagText = "<a href=\"" + text + "\" target=\"" + trgt + "\">"
To this
var tagText = "<a href=" + text + " target=\"" + trgt + "\">"
This seems to fix the problem and works across all browsers, had this error in chrome even on your demo site.
Kind Regards,
Lee Johnson



Hi Dominator,
Thank you for the purchase and for the comments.
I’ve recently moved webhosts and this issue has occured with a few of my scripts, thank you for informing me and I hope you enjoy the script!