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.

facebook like button in my website was working great for maybe 1 month yesterday i found it broken

i check it by facebook debug tool it gives me: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fmezo.me%2F

So any one know how to fix it ?

share|improve this question

1 Answer

meta tag is missing , use something like below

  <meta property="og:type"       content="website" /> 
  <meta property="og:url"        content="http://womenwants.me/chat1/" /> 
  <meta property="og:title"      content="Fun Group Chat" /> 
  <meta property="og:image"      content="http://www.rijewelers.com/product_images/uploaded_images/chat-icon.jpg" /> 
share|improve this answer
how and where i add that <pre></style></head><body> <div id="fb-root"></div> <script type="text/javascript" src="connect.facebook.net/en_US/all.js#xfbml=1"></…; <script type="text/javascript"> FB.init({ status: true, cookie: true, xfbml: true }); function likeme(){ if (typeof parent.click_callback == 'function') setTimeout('parent.click_callback("<?=$sit['id']?>", "<?=$sit['cpc']?>")',1000); } FB.Event.subscribe('edge.create',likeme); </script> <fb:like href="<?=$sit['facebook']?>" send="false" layout="button_count" show_faces="true" font=""></fb:like> </body> </html><?}?><code> – ibrahim Nov 14 '12 at 22:53
add it before </head> – Reegan Edwin Nov 15 '12 at 7:29

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.