Import Facebook comments into Disqus

I am moving the comment system to my site from Facebook to Disqus. The problem is that I seem to lose all the comments that I already have ... Disqus uses the Facebook API for a few things, but can it also get comments? Is there a way I can “transfer them”?

+5
source share
1 answer

You can do this manually using the Graph API to export your comments to Facebook and then import them into Disqus.

+2
source

All Articles