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 implemented a "like-button" like this:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F<?php print urlencode($myDomain);?>&amp;layout=box_count&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;width=100&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:80px;"></iframe>

Assume I have 10 likes so far. When the user clicks this button, the count rises to 11 and the "like" becomes gray - but after 2-3 seconds, the count gets back to 10 and the "like"-button is enabled again.

The "like" was counted anyway, because it appears on the users facebook-status-page and if the user reloads the page, the button is and stays gray and the count remains 11. But it's a bit confusing why you have to reload the page to see that the like was valid - any idea what could be wrong?

share|improve this question
Perhaps someone just might confirm that the code above is wrong or right? – Werner Jul 10 '12 at 15:15

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.