This plugin fetches posted items from Facebook and displays them in an unordered list with proper links and comments.
Put the file fp_fb_posted_items.php on ~/wp-content/plugins/
On WordPress Admin Panel go to Plugins and activate.
USAGE
Edit your theme files placing the following code where you want it (sidebar.php maybe a good place), changing "http://posted-items-url" with the URL you want (check the Description if you don't know how to get it)
<?php if (function_exists("fb_posted_items")) : ?>
<h2>Facebook Posted Items</h2>
<?php fb_posted_items ("http://posted-items-url"); ?>
<?php endif; ?>
Parameters:
-> $url - The feed URL (required)
-> $numitems - Default to 5 (optional)
-> $before_list - Default to <ul> (optional)
-> $after_list - Default to </ul> (optional)
-> $before_item - Default to <li> (optional)
-> $after_item - Default to </li> (optional)
Requires: 2.0.2 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-25
Downloads: 9,561
Got something to say? Need help?