Note that there are some explanatory texts on larger screens.

plurals
  1. POIE8 only : Facebook Like Box Not Displaying
    text
    copied!<p>So i've got a problem like many others : Facebook Like Box is not diplaying in IE8 (IE7 OK). I found many posts about that, tried all solutions but did not succed... IE8 message : <strong>FB.FBXML Null or not an object</strong></p> <p>NB : there's a function which handle resizing of FB Like Box.</p> <p>Here's my HTML5 code :</p> <pre><code>&lt;!doctype html&gt; &lt;!--[if IE 8]&gt; &lt;html class="no-js ie8 oldie" lang="fr" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"&gt;&lt;![endif]--&gt; &lt;!--[if gt IE 8]&gt;&lt;!--&gt; &lt;html class="no-js" lang="fr"&gt; &lt;!--&lt;![endif]--&gt; &lt;head&gt; ... &lt;script src="http://connect.facebook.net/en_US/all.js#xfbml=1"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; ... &lt;article&gt; &lt;div class="row" id="content"&gt; &lt;div class="twelvecol last"&gt; &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;div class="fb-like-box" data-href="http://www.facebook.com/divstudio" data-width="1140" data-show-faces="true" data-stream="true" data-header="false"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/article&gt; ... &lt;script&gt; $(document).ready(function(){ var contentwidth = $('#content').width(); $('.fb-like-box').attr('data-width', contentwidth - '40'); FB.FBXML.parse(document.getElementsByClassName('.fb-like-box')); }); &lt;/script&gt; &lt;script&gt;(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));&lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Any ideas ?</p> <p>website : <a href="http://www.divstudio.fr/emergenza/jazz/actu.html" rel="nofollow">http://www.divstudio.fr/emergenza/jazz/actu.html</a></p> <p>thx a lot</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