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.

I have added facebook comments in my website, but somehow there is a kind of overflow style happening around the element, similar to an iframe.

My first goal was to show these comments as a list, without this vertical scroll: as big in height as it was necessary.

But I don't know why this box is not growing according the number of comments:

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:comments href="mysite.com" num_posts="10" width="500"></fb:comments>

Any way to make this comments list grow according to number of items?

share|improve this question
hi dude you are not clear with your question. How many comments are being seen in your box? Where is the code of the box in which you want to show comments? – Awais Qarni Jun 3 '11 at 5:51
total of comments = num_posts="10". The code of the box by now is just a regular div without any fancy style. – Junior Mayhé Jun 3 '11 at 11:59
Mayhe. You want more than 10 comments? – Awais Qarni Jun 3 '11 at 12:01

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.