Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook like button doesn't work anymore
    text
    copied!<p>Sometime ago I made a like button for my website with the help of this tool: <a href="http://developers.facebook.com/docs/reference/plugins/like/" rel="nofollow">http://developers.facebook.com/docs/reference/plugins/like/</a> and it worked well, the visitor could like the page and also make a comment.</p> <p>Recently I noticed that the like button doesn't work anymore, when I click it the count goes +1 for a second then reverts back, also the comment windows appears and disappears as quickly.</p> <p>I have searched the internet and found that I know have to have an appid, so I got one and added to my existing headers for facebook</p> <pre><code>&lt;meta property="og:title" content="Title" /&gt; &lt;meta property="og:type" content="game" /&gt; &lt;meta property="og:url" content="http://www.myurl.com/url.html" /&gt; &lt;meta property="og:image" content="http://www.myurl.com/my/image/url.jpg" /&gt; &lt;meta property="og:site_name" content="Jocurile.US" /&gt; &lt;meta property="og:locale" content="ro_RO" /&gt; &lt;meta property="fb:admins" content="1058594454" /&gt; &lt;meta property="fb:app_id" content="294633860579624" /&gt; </code></pre> <p>Checked it with <a href="http://developers.facebook.com/tools/debug" rel="nofollow">http://developers.facebook.com/tools/debug</a> and it doesn't give any errors, but my like button still doesn't work.</p> <p>The integration code that I use on my page is</p> <pre><code>&lt;script src="http://connect.facebook.net/en_US/all.js#xfbml=1"&gt;&lt;/script&gt; &lt;fb:like href="&lt;?php echo $canonical;?&gt;" send="false" layout="button_count" width="400" show_faces="false" colorscheme="dark" font="arial"&gt;&lt;/fb:like&gt; </code></pre> <p>I haven't written my url because I don't want people to think I want likes but if it's necessary I will give you the url.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload