Top Friends is a WordPress blogroll enhancement plugin. The plugin will fetch your friends' feeds, and then display the feed's name and status icon base on last update time and latest two posts of the feed.
The plugin uses Google AjaxFeed API to fetch feed. So it need your server can manipulate JSON format data (PHP >= 5.2).
== Installation ==
- Upload the folder advanced-post-image to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- There is no admin panel for the plugin currently. So you should manually to edit the source code to configuration the plugin.
$google_ajax_feed_apikey
is the API Key, you can apply it here.
$top_friends_feeds
is the feed array that you want to fetch. Please input your feeds base on PHP array syntax.
- Place
<?php top_friends(); ?>
in your templates