This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-ExternalFeed

Description

TDisplays links from del.icio.us, Technorati, Reddit, Digg and TailRank that is relevant to the current category of your blog. Eg: Your visitor browses the ÔhumorÕ category of your blog; the links will come from Òhttp://del.icio.us/tags/humorÓ and so on. This means that you do not have to change any code for each specific category.

Installation

  1. Download plugin
  2. Upload it to wp-content/plugins
  3. Navigate to Plugins page and activate
  4. Place code in the category.php file of your current theme, where you want the links displayed.
  5. YouÕre done!
  • For del.icio.us links: <?php Delicious(10,false,false); ?>
  • For Technorati links: <?php Technorati(10,false,false); ?>
  • For Reddit links: <?php Reddit(10,false,false); ?>
  • For Digg links: <?php Digg(10,false,false); ?>
  • For TailRank lnks: <?php TailRank(10,false,false); ?>

Parameters Within the brackets, the first value specifies how many links you want to display, the second one specifies whether you want to display descriptions or not, and the third one truncates the title.

FAQ

Has there been a question asked yet?

Nope. Please direct your questions to justinwongkh@gmail.com

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-ExternalFeed” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-ExternalFeed” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.