Linux 软件免费装

Plugin Name

开发者 denishua
更新时间 2008年8月26日 17:40
捐献地址: 去捐款
PHP版本: 2.0 及以上
WordPress版本: 2.5

标签

RSS Feed Friend

下载

0.1 0.2 0.21 0.3

详情介绍:

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 ==
  1. Upload the folder advanced-post-image to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. 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.
  1. Place <?php top_friends(); ?> in your templates