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?
num_posts="10". The code of the box by now is just a regulardivwithout any fancy style. – Junior Mayhé Jun 3 '11 at 11:59