How to Remove Strange Characters in URL WordPress
Don’t you just get furious when your URL starting to act strangely, with it’s hashtag and weird characters.
http://aileenwo.com/batik-caftan-blue-floral/#.UwcH_YUWmYQ
Here’s how i solve mine, turn out to be it’s AddThis culprit.
Since i pasted AddThis code into my widget, what i did was simply edit “True” to “False”
This line: put it as false, and hashtag will disappear
addthis_config = {"data_track_addressbar":false};
Leave a Reply