Posts Tagged ‘Blogroll’

Top Friends 0.3

08.26.2008 by Denis - 1 Comment
Posted in Plugin

I have upgraded my WordPress plugin Top Friends to version 0.3. The following features have beed added to the version:

  • Add a setting panel for the plugin
  • Compatible with the host which PHP version less than 5.2
  • Widgetize the plugin
  • .

Top Friends

More information about how to use the plugin please click Top Friends introduce page.

Download: Top Friends.

Top Friends

06.02.2008 by Denis - 8 Comments
Posted in Plugin

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). The new version need’t it.

There are two options need to be setup for the plugin properly works.

  • Google AJAX Feed API Key is the API Key, you can apply it here.
  • Top Friends Feeds is the feeds that you want to fetch.

Top Friends

After upload and active the plugin, you can use the following function in your template.

<ol>
	<?php top_friends(); ?>
</ol>

Dowload: Top Friends