Note that there are some explanatory texts on larger screens.

plurals
  1. POfb:comments blows up with bunch of js errors
    primarykey
    data
    text
    <p>I am trying to use FB Comments plugin and while plugin seems to load and work, my site blows up with bunch of Facebook js errors:</p> <ul> <li>Error: 'parseInt' is undefined</li> <li>Error: 'Object' is undefined</li> <li>Error: 'FB_RequireFeatures' is undefined</li> <li>Error: 'Date' is undefined</li> <li>Error: Unable to get value of the property 'setResourceMap': object is null or undefined</li> <li>Error: Unable to get value of the property 'configurePage': object is null or undefined</li> </ul> <p>My web page schema is as following:</p> <pre><code>&lt;body&gt; &lt;script type="text/javascript" "//static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; if (navigator.userAgent.indexOf("Firefox")!=-1) FB.init("{appKey}","http://commoninterview.com/modules/fb/xd_receiver.htm"); &lt;/script&gt; HTML... &lt;div id="fb-root"&gt;&lt;/div&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;fb:comments href="{pageURL}" num_posts="10" width="760"&gt;&lt;/fb:comments&gt; HTML... &lt;script type="text/javascript"&gt; FB.init("{appKey}","http://commoninterview.com/modules/fb/xd_receiver.htm"); &lt;/script&gt; </code></pre> <p>Live Example: <a href="http://commoninterview.com/interview_puzzles/filling-matrix-interview-puzzle-1/" rel="nofollow">http://commoninterview.com/interview_puzzles/filling-matrix-interview-puzzle-1/</a></p> <p><strong>Any help or pointers are appreciated !</strong></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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