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 implemented the code, and the counter is always 0 or 1 if I like it but no more. When I look in the API, there are many users who have liked or used the send button.

The code is on http://www.travelbag.co.uk.

Why is the code behaving in this way?

<div id="fb-root">
</div>

<script src="http://connect.facebook.net/en_US/all.js#appId=128983450473588&amp;xfbml=1"></script>

<fb:like href="http://www.travelbag.co.uk/?pid=facebook&sid=like" layout="button_count"
         width="60" show_faces="false" action="like" font=""></fb:like>
share|improve this question
5  
Please extract the relevant code and post it here. Having to dig through your site is no fun. – Holger Just Sep 12 '11 at 15:25
1  
Thanks for quick reply, i have added the code i use now – Andy Sep 12 '11 at 15:42
i have found there was a duplicate tag and adding in js script file, i have now removed this and see if it will work any better now – Andy Sep 12 '11 at 16:25
Make sure your site is passing Facebook debug: developers.facebook.com/tools/debug/og/… – J Starr Sep 15 '11 at 0:21

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.