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've followed the steps required to install the facebook like plugin like described on the website, and I can indeed use the like button and see a post on my facebook wall with the liked page information, but the number of likes isn't persisted, when I reload the page, I cannot see the number of likes, just the like button. What am I doing wrong ?

here is the code:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fobs-online.no-ip.biz%2FHabituachMvc%2F&amp;send=true&amp;layout=button_count&amp;width=90&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21"
                scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 90px;
                height: 21px;" allowtransparency="true"></iframe>

the meta tags:

<meta property="og:title" content="אתר הביטוח" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://obs-online.no-ip.biz/" />
<meta property="og:image" content="http://obs-online.no-ip.biz/HabituachMvc/Content/Images/logo.png" />
<meta property="og:site_name" content="אתר הביטוח" />
<meta property="fb:admins" content="1053660271" />
share|improve this question
Please post some code which you are working with. – WestDiscGolf May 22 '11 at 18:10
Do I need to add any special server side or javascript code in order to persist the number of likes ? – simon May 22 '11 at 18:15
what about using session for storing the data? – cpoDesign May 23 '11 at 7:03

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.