Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook : Comment box after Clicking on Like button not coming in IE
    text
    copied!<p>I have used fb:like with og meta tags set. it works properly in all browsers except IE. In IE i am when i click on Like button it does not displays "share your comment box" popup on hover. but in all browser it does.</p> <p>here is my code.</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"&gt; &lt;head&gt; &lt;meta property="og:title" content="add the Facebook like button"/&gt; &lt;meta property="og:site_name" content="sitename"/&gt; &lt;meta property="og:image" content="http:/www.mysitename.com/images/myimagename.jpg"/&gt; &lt;meta property="og:type" content="article" /&gt; &lt;meta property="og:url" content="http:/www.mysitename.com/home.html"/&gt; &lt;meta property="og:description" content="description comes here"/&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script&gt; window.fbAsyncInit = function() { FB.init({ appId: 'myappid', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); &lt;/script&gt; &lt;br /&gt; &lt;br /&gt; &lt;fb:like href="http:/www.mysitename.com/home.html" layout="button_count" show_faces="false" width="350"&gt;&lt;/fb:like&gt; &lt;br /&gt;&lt;br /&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

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