add comments underneath an iFrame tab - facebook

I've created an iFrame app and added it to a fan page like here.
http://www.facebook.com/pages/Brad-Holland/224781117540627?sk=app_123543567752303
I would like to add comments box underneath the iframe so that its part of facebook and not my iframe.
Is this possible?
thanks in advance.
Brad
UPDATE
Hey many thanks for your response. Although this doesn't help me.
I am (as you can see from the link I showed you) able to put comments in the iFrame application see here: http://www.facebook.com/pages/Brad-Holland/224781117540627?sk=app_123543567752303
however, because the comments are part of the iFrame then It starts giving me those awful scroll bars as soon as more than 2 comments are made. I want the comments to be outside of the iFrame. or at least stop the scroll bars from appearing..
any assistance will be greatly appreciated.
Warm Regards,
Brad

yes it is possible see here you can use code somthing like specific to your post and this link may also help you.
and you can also have comment option with the new like button for the app for that see here

Related

why is there a huge gap on my comments page in wordpress using facebook comments?

I am a bit new to wordpress and I have researched on how to add facebook comments to my webpage and I have successfully done so, but there is a huge gap between the top of the page and where someone can post a reply. Can anyone help me out and tell me what I have done wrong? I just took my first class on php, so I do know a bit and should understand this, but I feel as if I'm missing something.
Here is the link to the page:
http://theamericanpatriot.co.nf/2013/01/16/test-number-1/#respond
It looks like a plugin called "Facebook comments for Wordpress" is creating that gap. You should disable that plugin because you don't need it if you have the code you wrote in your comment above.

Facebook Comments on a Website (Making it work with diffrent pages on the site)

I have set up the facebook comments on a site I am developing. I am working in ASP and have a header and footer. I placed the code in the footer. It shows up and works fine except that each page shows the same comments. I was hoping to have each page have its own comments. Does anyone know how to do this?
example: I comment on the home page, it shows up on the comments for the whole site.
I would also like the comments to show up on the facebook page.
Any help would be appreciated.
Thank you in advance.
Look at a few of your pages in the debugger. My guess is you have a single canonical url for all pages.
Getting comments to show up on your Facebook page is not supported with the comments plugin. You need to create an app and post Open Graph actions to your page to do that.

Is it possible to see comments made by a Facebook Page?

If anyone could tell me how to see comments made by a Facebook Page on other page's that would be great. When I go to a particular page I can see all the comments they make on their own one, but I'm more interested in seeing the likes/comments they make on other pages - if that's possible!
Thanks.

Like button action not showing on user's walls

I'm using the iFrame Like button on a page. When I click it, it goes to my wall saying I liked a link. This is good. However, when other people try it, it doesn't show up on their wall. Does the timeline layout affect this? I'm not using that layout, but my testers that aren't able to get the like to show on their wall are.
I've found similar problems on here, but nothing that's helped. I have OG meta tags included on the page that aren't being read correctly either.
Thanks in advance for any help.
Maybe some hints:
Have you checked the permissions for the FB-application?
Does it only work with users that are registered as developers/testers for the FB-application?

Embedding RSS and Twitter onto Static FBML?

I've been asked to build a facebook fan page, that displays the latest RSS from a blog and the latest tweets from an user.
Something just like this:
http://www.facebook.com/ibmargentina?v=app_223277347226&ref=ts
I already know the basics for working with FBML, but I can't figure how can I display external data...
Any tips would be greatly appreciated.
Thanks in advance..
Here you go: http://forum.developers.facebook.com/viewtopic.php?pid=129641
Here is another how to: http://www.howtoforge.com/rss_facebook_app_php_p3
Check out the discussions, everything you want to know is there.
http://www.facebook.com/apps/application.php?sid=59c8a2bba844922b5153efc9b9eba237&id=4949752878&ref=s
Facebook has put up a new guide for apps and pages at http://developers.facebook.com/docs/guides/canvas that is fairly helpful.
One thing that was a bit elusive to me at first was that you have one page that serves the canvas and then you have a second page (they recommend a subdirectory /tab) that serves the page content. So you can have a working app and canvas page and still not have it show up as a tab when you add the app to your "page".
(I know this is an old question, but I found it so I figure others might too)