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.