I have a basic fb:like setup on my website, using XFBML. The website does not have a corresponding Facebook page, but I still get a private admin page on facebook to manage posts and likes for the website.
It's a fairly new website so I only have 14 likes so far. I can see this in the admin page (actually it shows 13, but close enough), it lists all people who like. And the button would always show this number: 14. But one day, the button stopped showing 14 and it started showing just 1 like.
The admin page still says I have 13 likes. I haven't changed anything in the HTML of the page, except for the fb meta description of the page but that was a good deal of time before this happened. I have no idea how to test for what is wrong.
Funny thing: I am using the box_count layout for the like button, when I am getting 1 like. If I use standard, I see all the faces of the people, and it tells me the name of 2 of them.
Thank you
https://developers.facebook.com/bugs/169035286562837/. I tried the code above and got the same count as you yet when I try the fql I can see the count of 13 -http://graph.facebook.com/fql?q=SELECT%20url,%20normalized_url,%20share_count,%20like_count,%20comment_count,%20total_count,commentsbox_count,%20comments_fbid,%20click_count%20FROM%20link_stat%20WHERE%20url=%22http://jurnaluldefilm.ro%22– Neil Jul 22 '12 at 20:09