Facebook Feed Grabber Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Retrieve the feed of a public Facebook page or profile using the Facebook Graph API and the Facebook PHP SDK. You will need to have or create a Facebook application to use this plugin as it is required to use their graph api.
The options let you define a default feed that is used anywhere you call the plugin. You may also specify specific feeds to display in different areas.
Ways to Use
- Widget Display a feed using a widget.
- Shortcode Display a feed in a post or page using the shortcode tag
[fb_feed]
. - PHP Direct Use Display a feed anywhere in your theme by adding
<?php fb_feed() ?>
where you wish the feed to be displayed.