rdsites
Member
Posted 2 years ago #
I tried this plugin months ago and it never worked. Installed the latest version yesterday and it works!!! Thus plugin is awesome!
Question: it pulled FB comments from posts from approximately the past 7 days. Is there anyway to have this go back and pull comments from posts older than that?
http://wordpress.org/extend/plugins/facebook-comments-importer/
Yes! That would be awesome, same thing is happening to me, only imports one week or so of posts... would be great to be able to import ALL
Neoseifer22
Member
Plugin Author
Posted 1 year ago #
You can, but just one time, or your blog will be very slow, and you could be banned from facebook API access.
To do that, follow these steps :
1. edit the fbci.class.php file
2. go to line 324 : "
"$comments = $this->get_comments($this->get_wall(30, true));"
3. Replace the "30" value by something bigger. It is the number of facebook posts to check. You can test with 100 for example, or more.
4. Save the file and wait for the next scheduled import or click the "Import Now" button in the admin page.
5. Change back the modified value with the default value : 30.
6. Save the file.