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 will try to make it short. I need to implement the Facebook Commentbox in my page so that only the form is loaded in the iframe but not the posts. Posts will be displayed in an other way trough the facebook API.

I tried data-num-posts="0" but it doesn't seem to work.

Is there a way to display the form in the facebok iframe without the posts or should I do my own form with a "Publish to my wall" checkbox using the Graph API ?

Thanks in advance.

share|improve this question

1 Answer

up vote 1 down vote accepted

Try to wrap the commentbox in a div, apply style="overflow:hidden;" to that wrapper div, finally, and again in css, make the wrapper div as hight as the form. I didn't try it out, so no warranty ; ]

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.