Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Comments Cutting Off
    primarykey
    data
    text
    <p>I've entered this into my code to use facebook comments:</p> <pre><code>&lt;div id="fb-root"&gt;&lt;/div&gt;&lt;script src="http://connect.facebook.net/en_US/all.js#xfbml=1"&gt;&lt;/script&gt;&lt;fb:comments href="google.com" num_posts="10" width="610"&gt;&lt;/fb:comments&gt; </code></pre> <p>But it cuts of the comments like this <a href="http://cl.ly/77fB" rel="nofollow">http://cl.ly/77fB</a> and the loading graphic doesn't go away. I've tried removing all css that I have and js and it still does the same thing. I looked that code and the iframe that the facebook comments api generates sets a height of 200px. Here's the iframe source code: </p> <pre><code>&lt;iframe id="f1c27030c" name="f1f67bf5c4" scrolling="no" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; height: 200px; width: 610px; " class="fb_ltr" src="http://www.facebook.com/plugins/comments.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D2%23cb%3Df3ec50dad4%26origin%3Dfile%253A%252F%252Flocalhost%252Ff17ab9b71%26relation%3Dparent.parent%26transport%3Dpostmessage&amp;amp;href=google.com&amp;amp;locale=en_US&amp;amp;numposts=12&amp;amp;sdk=joey&amp;amp;width=610"&gt;&lt;/iframe&gt; </code></pre> <p>Not sure what else to do. Thanks!</p> <p><strong>Update:</strong></p> <p>So because files I'm loading the comments from are local Chrome is saying it's not safe to load it all: <a href="http://cl.ly/77X7" rel="nofollow">http://cl.ly/77X7</a></p> <p>I uploaded the file to my server and it loaded all the way.</p> <p>Thanks for your help!</p>
    singulars
    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.
 

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