Hello.
I have this code on my website on every page:
<div id="addthis">
<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="148"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4da9ca40114eaf0f"></script>
</div>
The problem is that Facebook button doesn't work properly. It always has the same link and same amount of likes instead of other buttons. I tried to past following code, but it doesn't work:
<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="148" fb:like:href="http://test.com/pagename.html"></a>
What should I do?