A simple plugin that imports posts from
public facebook groups to your WordPress blog, every half hour!
What it does & doesn't
- Imports from facebook group and inserts as
fb_group_post
post type
- No chance for duplication
- It imports comments as well
- Runs every half hour via WordPress cron system
- Adds group id, author name and ID, post link as post meta
- If you want to trigger the importing manually, go to
http://example.com/?fb2wp_test
- Import historical (paginated) posts. To do this, go to
http://example.com/?fb2wp_hist
and it'll automatically start the import process. Only admins can run this task.
Contribute
This may have bugs and lack of many features. If you want to contribute on this project, you are more than welcome. Please fork the repository from
Github.
Author
Brought to you by
Tareq Hasan from
weDevs
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
- Create a facebook app
- Fillup facebook app ID and secret
- Find the numeric group ID for your group. Use this tool if needed.
- Insert your group ID in the settings
- Now you are done. It'll pull posts automatically.
Version 1.1 - 1 February 2018
- Fix: Facebook Graph API v2.11 compatibility added
Version 1.0 - 19 Sep 2016
- [fix] Graph API v2.7 compatibility
- [new] Post thumbnail support added
0.1
Initial version released