Import Comments from Facebook Comment Plugin & export to disqus - facebook-comments

I'm migrating my site's existing comment system from fb to Disqus. Now problem is that it I will lost all the comments, Is there a way I can "migrate them"?
How to import facebook comment ?

There is no way to import Facebook comments out of the box to Disqus, but it is possible with some development work. The best method is to export comments from the Facebook graph and then format it to a custom Disqus WXR file documented here: http://help.disqus.com/customer/portal/articles/472150

Related

Disqus in MediaWiki

I used to have the Facebook Comments extension on my wiki but it didn't work very well and I couldn't moderate it so yesterday I switched to disqus. With Disqus, I need to add tags to every page, while the FB comments were added automatically everywhere.
How do I make the disqus render on every page like the FB plugin did?
The alien's reply worked: Did you see this Disqus extension? It adds the Disqus comment box to every page.

Custom Facebook comment box

I want to build custom Facebook comments box for that I have done lots of R&D but I am stuck on how will I post comments against the url of different pages of my website.
I want the similar functionality which Facebook's comment box plugin provides like I will drop my custom Facebook comments box on my page template and it will work for all the pages which are inheriting from that template. Which means each dynamic page will have its own commenting box depending on its url.
It would be better if anyone provide me steps to achieve this functionality. I have gone through the Facebook developers forum and have learn commenting against the ID of Objects but I want to start comment box from page Url as Facebook's comments box takes href of the page.
My test work:
When I have posted comments through Facebook comment box plugin against url and get all of them using Graph api so all comments are listing successfully.
but when I try to post the comments against the mentioned url using graph api so I get the exception here.
https://lh3.googleusercontent.com/-KckTuX8DifY/UOFP_e-5ayI/AAAAAAAAAJc/e1wYHZGN9Nc/s629/Get+and+Post+Comments.png
I need answers of following questions.
How will I start commenting against page's url.
My custom commenting box template are shown below
https://lh4.googleusercontent.com/-7iP0_Xi22zk/UOFOn_g_Q7I/AAAAAAAAAJI/FlnDhDTSyZs/s622/Custom+FB+comments+box.jpg
Thanks

Load comments from open graph object into Facebook comments social plugin

I have created a website connected my facebook app. Users can login and post a custom action connected to a custom object with open graph, javascript sdk. This will also post with 'fb:explicitly_shared' set to true so it will generate a post on the users timeline. So these custom objects have their own url and on those pages i want to have the comment plugin. And i want that object page (with the comments plugin) and the post on the users timeline to share comments.
I have tried setting a lot of different things in the "href"-property on the comments plugin but nothing seems to work. However i have managed to get the comments of the timeline post with a call to '/objectid/comments' with FB.api(). I can use that to build my own comments ui, but i rather use the comments social plugin. Is there any way to make it happen?
The Post ID and the Open Graph Object ID are different, so I do not believe that they can share comments. Comments are based off a single Facebook ID. Also, it is not currently possible to write comments to an Open Graph Object from the API (comments plugin only) so you can't really create your own comments plugin for an OG object.

Display Comments from Facebook Page

I've got a public page on Facebook where people can post comments and I want to list all my page comments in a C# application.
I found this http://developers.facebook.com/docs/reference/plugins/comments/
But it doesn't work, for exemple: https://graph.facebook.com/comments/?ids=http://www.facebook.com/Diablo returns 1 comment but there are more than 5xxxx comments.
The comments plugin is for Open Graph pages outside of the main Facebook site. You cannot use the plugin for your Facebook fan page.
Consider using the PAGE_ID/feed connection see http://developers.facebook.com/docs/reference/api/page/#feed for more information
try: https://graph.facebook.com/comments/?ids={YOUR PAGE URL}
make sure you anter a full url

wordpress and facebook: how this blog is done?

Hello
I found a wordpress blog when people posts through facebook account:
http://www.puppetshow.fr/
Can someone tell me exactle what is the WP plugin to make such blog ?
I found MANY WP/facebook plugins but I need exactly this one.
(and what theme is used in this blog) ?
regards
It seems to be this theme. It's called Fastblog. And the Facebook comment form seems to be a plugin from Facebook itself; Facebook social plugin.