Subject is topic.
Curious thing is, that if i use the get the code thing and test the buttons, twitter works just fine. However the moment i put the same code into the sidebar it stops sending the clicker to the twitter account. Facebook, g+ and so on work just fine as well.
If watching the target of the twitter button it shows a simple # in it. so it's domain.com/# - instead of twitter.com/account
Code is simple this:
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_vertical_style">
<a class="addthis_button_facebook_follow" addthis:userid="xyz"></a>
<a class="addthis_button_google_follow" addthis:userid="xyz"></a>
<a class="addthis_button_twitter_follow" addthis:userid="xyz"></a>
<a class="addthis_button_rss_follow" addthis:url="http://feeds.feedburner.com/xxyz"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=gentlemansgadgets"></script>
<!-- AddThis Follow END -->
Just twitter does not work...