I've added on my wordpress site facebook like buttons in a bunch of places. The strangest behaviour happens for all my posts under the "blog" page template. All my posts seem to have the same overblown counter (currently counting 199)
More than that, even on facebook "Like Button" widget page, for every url I type facebook shows me that same strange overblown counter.
You can see for yourself at:
http://vod.io/?page_id=7 - all posts have a 199 counter.
http://vod.io/?p=141 - single post has a 199 counter.
On facebook: developers.facebook.com/docs/reference/plugins/like/
typing directly http://vod.io/?p=141 will show that that page has a 199 counter
The actual code (wp php) for the "like" link:
<div class="simplesocialbutton ssb-button-fblike">
<!-- Facebook like--><div id="fb-root"></div>
<fb:like href="http://vod.io/?p=<?php the_ID(); ?>" send="false" layout="button_count" width="100" show_faces="false" action="like" font="">
</fb:like>
I've been straggeling with this for a while, but can't find any solution.