Display the feed of a public page or profile. Requires you create a Facebook Application
Author: | Lucas Bonner (profile at wordpress.org) |
WordPress version required: | 3.3 |
WordPress version tested: | 3.8.3 |
Plugin version: | 0.8.4 |
Added to WordPress repository: | 24-08-2011 |
Last updated: | 14-12-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 76 |
Rated by: | 12 |
Plugin URI: | http://wordpress.org/extend/plugins/facebook-... |
Total downloads: | 33 713 |
Active installs: | 800+ |
![]() Click to start download |
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.