Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My Facebook comment box is cut off half way. I saved this as html and opened it with Safari, Chrome and Firefox but theya re all half cutoff. How do I fix that? I have been trying for a long time and cannot get it to work. For simple's sake, I am using only the necessary code for the comment box:

<html>
  <head>
  </head>
  <body>
    <div id="fb-root"></div>
    <script>(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 = "http://connect.facebook.net/en_GB/all.js#xfbml=1&appId=170045126459927";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    <div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
  </body>
</html>

Also, the page won't stop showing the loading sign.

share|improve this question
How do you think showing us some copy&pasted example code will help us analyze the real problem? Post a link to your site please, if you want to get help with this problem here. – CBroe Jul 26 '12 at 11:22
1  
@CBroe I highly recommend reading this post(Could we please be a-bit nicer to new users) meta.stackoverflow.com/questions/9953/…. Dont you notice this is probably his first question, Rather than doing a -1 please be patient with the user. Its a first time for every one and we need to welcome people in to this community and not be too tough on them. – pal4life Jul 26 '12 at 22:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.