Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Can you post the code you have please? – Neil Jul 20 '12 at 13:27
Thanks @Neil: <div id="fb-root"></div> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({appId: 'your app id', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/ro_RO/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script> And this is how I added the like button: <fb:like data-layout="box_count" href="jurnaluldefilm.ro"></fb:like>; – user1538050 Jul 22 '12 at 18:54
it looks like it might be a bug - 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

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.