Displaying Facebook Comments From FB Comment Box on a Website on Facebook Business Page Timeline - facebook

I have a client who wants their websites Facebook comments (from comment box) to be displayed on their Facebook Business Page.
Thanks for any help!

Create a iframe application, put the comments plugin there and specified the data-href/href (html5/xfbml) to be exactly the same as the one on their page ...

Related

Comment through Facebook Plugins are posting on my website, but not on the Facebook page

I am trying to add a Facebook comments box on my webpage.
I have tried several different plugins and they all have the same problem: When I try to comment on the facebook page in question through my website, the comment shows up on my website, but not on the Facebook page.
I have inputted the correct Facebook app ID and facebook page URL into the plugins.
I don't understand what I am doing wrong. I am using Rapidweaver as a web design program. Please help (and note that I am very new to this and not a programmer).
The comments will never show up on your Facebook page.
The comments plugin is a social interaction on your site, so users comment on your site not your Facebook page. No plugin will double post comments unless you explicitly ask for access from the user to post on your Facebook page. From what I have seen so far, no such plugin exists.
For more info: Read http://developers.facebook.com/docs/reference/plugins/comments/

posting to Facebook Feed when comment is added to a website

I have created a Facebook App and a Facebook Page for a company. What I want to do is to trigger an event whenever someone adds a facebook comment on that company's website. This event will copy the comment and posts it to the company's Facebook Page (using the Facebook App). The name and the photo of the user who posts to the facebook page shouldn't be the original user, instead it will be replaced by the Facebbok App's name and photo.
How can I do that?
UPDATE
I have solved the first part here Posting comment to Facebook from JavaScript
the second part is still not solved yet (writing the comment back to the facebook page).
finally, I have managed to solve this.
find the answer here
Posting comment to Facebook from JavaScript

How to make facebook comment on website synchronize with facebook business page?

I cannot get the comments from my facebook comments box (on website) to appear on my business facebook page
Comment box is up & working: http://bit.ly/GKGU78
If someone comments it does appear on the timeline of their Facebook page.
I have my own personal facebook page & I am the admin for a business page as well.
I need the comments from the website to appear on the business page but at the moment they only appear on my personal facebook page.
Can any wise soul advise on what changes I have to make to make this happen?

Posting comments to Facebook Fan Page

I have implemented the Facebook Comments API using the documentation provided at: https://developers.facebook.com/docs/reference/plugins/comments/
The problem is that this uses my Facebook App and not my Facebook Company Fan Page.
I cannot seem to find any documentation telling me how to change this.
I want people to comment on my website and post the comments to my Facebook fan page (NOT my Facebook App)
Is this possible?
Yes it is possible.
First you have to customize the comment plugin for your page by filling "URL to comment on" textbox with your Facebook Page URL.
To get comments made, you should use Graph API. The URL that you can request with a valid acces token is https://graph.facebook.com/YOUR_PAGE_OBJECT_ID/comments

Custom link on facebook comment field in facebook app

We have created a facebook-app which contains a fb:comment field. We have included the app on a fanpage. All works well so far, but when a user comments in the app on the fanpage and chooses to show comment on his/hers wall, the link that appears over the comment links to the app page and not to the fanpage.
Is it possible to customize the link to point to the fanpage instead?
No, there isn't a way to do this. Your best bet is including a link to your fan page on your application page.