All the other links are showing up okay and acting as hyperlinks but when I add a tweet via twitthis.com it fails to create a hyperlink on the widget? Any ideas?
All the other links are showing up okay and acting as hyperlinks but when I add a tweet via twitthis.com it fails to create a hyperlink on the widget? Any ideas?
The regular expression that finds and sets links isn't robust enough to find some of the URL shrinkers.
It's the preg_replace() on line 112 and 114. You could replace it with something you like better. (Sorry, I'm regex dumb and can't tell one from another, try googling "preg_replace links" or "regular expressions links"
You might find something that works better for you.
You must log in to post.