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”
<!-- AddThis Button BEGIN -->
<div>
<a fb:like:layout="button_count"></a>
<a></a>
<a pi:pinit:layout="horizontal"></a>
<a></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=rosamundwo"></script>
<!-- AddThis Button END -->
This line: put it as false, and hashtag will disappear
addthis_config = {"data_track_addressbar":false};