Facebook Comment plugin for website not updating in realtime - facebook

I thought the Facebook Comment Plugin was supposed to show all comments, but it doesn't update comments in real time and says "No recent comments". I know there were comments posted on a web page on my site, just a few minutes ago.
Is there any another way to see all Facebook comments posted on my website, instead to go to other web page?

That is the only area to see all comments from a site.
To see a particular URL you can use this API call
You can check this using https://graph.facebook.com/?fields=og_object{comments}&id=YOUR_URL

Related

Mirroring Facebook comments on website using Disqus comment system

I read about the possibility to mirror Facebook comments. The idea is that when you share a link from your website to your Facebook page, comments on your webpage will also appear as comments on your Facebook post and vice versa. https://developers.facebook.com/products/social-plugins/comments/
I'm wondering if it's possible to do the same thing using the Disqus comment system? That means for any Facebook post that is a link to my website, is it possible to show the comments on that post on my website too using the Disqus comment system?
I know it's possible with LiveFyre but I don't want to switch my comment system ...
No, that is not possible. The Facebook Comment Mirroring uses the Facebook Comments plugin. So the comments on your site, using the plugin, will also appear on the Facebook Post that the publisher has shared (and linked via a special API).
It is not possible to make the comments using the Disqus plugin appear on the Facebook post. They don't support that special integration.

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

Facebook Comment Plugin Synced with Page?

I'm using the Facebook Comment plugin for comments on my site. I was hoping that comments made to links shared on my Facebook Page would also show up on my website.
For example, if I share a link to a blog post on my Facebook Page, and someone comments directly to that shared link, that comment does not also appear on the website.
Am I missing something? Is there a way to sync these two?
I think comments are self-contained. You could maybe use the API to build something that shares comments on your page with comments on your blog.

Syncing comments between Facebook and Wordpress

I'm working on implementing a two-way sync for a website that started as a Facebook fan page years ago and now is going to be run primarily off site.
Right now here's the process I'm using:
Import Posts + Comments from the Graph API. Posts are stored as Wordpress posts, comments are stored as Wordpress comments and some additional data such as Facebook Post ID or Post Author are stored in the post meta.
I've created a second submission form (only admin can submit posts from Wordpress site) that uses the Graph API to post directly to the fan page, then run the importer so that when the post is first entered into the database, it already has it's FB_POST_ID attached.
Comments from Facebook are easily updated and added to Wordpress. FB-Connect allows Facebook users to login and comment on the Wordpress but those comments are not synced with Facebook as I can't attach a user comment to a Facebook post via the Graph API (I can't control other users).
Has anyone run into anything similar or have other ideas for how I could achieve a "two-way" sync? (Quotes as my current setup is technically one-way that mimics two-way. New posts bypass Wordpress then get synced from Facebook).
This question is a bit old, but I actually got here from the official Facebook comments plugin page so I'm answering.
There is a plugin called WP-FB Comments
It's working fine, you can read my experience with it on my blog
(currently trying out Livefyre so you wont see it in action)
I'm working on a similar 2-way sync project. There isn't a way to sync comments (at least none that I can find). The way this has been accomplished is to create a new Facebook application and thus you comment thru the app, not Facebook's native comments, e.g. WPbook. Obviously, it's not ideal.
Wordbooker is another plugin that can accomplish what you're looking for -- when someone posts on Facebook, the comment is imported into Wordpress, and when someone comments on Wordpress, the comment is exported to the Facebook post too. The developer is fairly responsive if you have any issues setting it up.