post separator

Wordpress Plugin: rssLiveFeed. Convert your normal links to live links

rssLiveFeed Wordpress Plugin

Introduction
Download
Usage
Examples
Requirements
Caveat
Others
Update
Bonus \:D/

Introduction

As I mentioned in previous post, today I would like to release the liveRSSFeed plugin for wordpress. In short, what the plugin does basically is read your links list, check if it have RSS URI and retrieve the feed from the URI. If you still cannot understand, try it on my sidebar. The plugin uses wordpress links management system, so there’s no need additional GUI or pass an array of links to it. It wasn’t intended to replace wp display links function but it can.

When Techcrunch profiled grazr.com, I thought it’s kind of nice to have it on my web but it’s too extensive. And then, when I started to actually code for this plugin, the idea was to have netvibes in my very own page, sort of. But then it will be too much too, so this is the outcome. For the effect, I use mootools library.

Top

Download & Installation

The installation is straight forward.

  1. Download this file: rsslivefeeds.zip
  2. Extract it to you wordpress plugin folder
  3. Activate via plugin page
  4. Edit you theme

Top

Usage:

Manage The Links/Feeds

As mentioned, this plugin uses wp internal links, so you can use wp links management interface to manage the links. The only addition you need to do is to add RSS URI in the advance section as in figure below.

Add RSS URI

Calling the plugin

Function declaration:

  function rssLiveFeed($cat = “”, $target = “_blank”, $prefix = “<li>”, $postfix = “</li>”)

$cat : Category name. ” Means select all
$target: Target window

examples:


rssLiveFeed(); // get all links and retrieve the feeds for links with RSS URI
rssLiveFeed(’Live Feed’); // Retrieve the feeds for links in ‘Live Feed’ category


Top

Examples

The plugin can be use in many forms, two of which I think most suitable will be displaying links with feeds for links that have RSS URI and the second one, displaying feeds from links in specific categories only.

Example 1:

For the first usage, you will not need to call get_links_list() or get_linksbyname(), instead just call rssLiveFeeds(”). as the parameter means it will select all links you have created regardless the categories.

Live Links

<?php
rssLiveFeed();
?>

Output

Click on the link name.

Live Links

For the second one, you might still want to call normal wp links functions and have the other heading specially to display links that you want to retrieve their RSS feed. This list may contain your favorite sites you want to share, such as Techcrunch, Gizmodo, Digg, My Delicious and so on. If you want to separate the live feeds, please make sure you set the link to hide or have wp to display selected categories links only.

Example 2:

blogroll

<?php
get_linksbyname(‘Blogroll’);
?>

My Interest

<?php
rssLiveFeed(‘YummyFeeds’);
?>

Output

Blogroll

My Interest

Top

Requirements:

Wordpress version: This plugin tested to work well with wordpress 2.0.x and suppose to work with upcoming wordpress 2.1 as well.

Themes: In order to to use this plugin, your theme must call wp_header() and wp_foooter() functions which most themes normally does.

Top

Caveat:

This version does not support URL redirect, therefore you must provide the real final link in order for this plugin to work. For example, you must use http://feeds.engadget.com/weblogsinc/engadget instead of http://www.engadget.com/rss.xml for Engadget.

Top

Others:

Good to know is that this plugin uses mootools library (not moo.fx with prototype, just mootools). Therefore, you can use the functions provided from the library as well. Demonstrated in my Pulang Pinang post. There are future upgrades planned for this plugin including ajax update but for the time being, if you have any problem or request, please let me know.

Top

Update:

For this who download the file on 7 pr 8 Jan, or before this update announcement, please download again. Sorry for inconveniences caused.

Top

Bonus:

Ahaha… Only one picture in this post :-O ? I have to dude, I have to. Enjoy another picture of Fasha Sandha. Next, maybe we will have Jessica Alba ;-)
Fasha Sandha

Top

RSS feed | Trackback URI

5 Comments »

Gravatar Icon
Comment by kohaku
2007-01-07 23:37:33

Rsslivefeeds.zip cannot be downloaded.

 
Gravatar Icon
Comment by s/s
2007-01-08 10:02:51

fixed now. thanks for the info :-)

 
Gravatar Icon
2007-01-11 22:14:13

[...] shutterspeaks - blog seorang rakyat malaysia boleh » Blog Archive » Wordpress Plugin: rssLiveFeed. Convert your normal links to live links ライブフィード (tags: Wordpress plugin RSS feed links) [...]

 
Gravatar Icon
Comment by khai
2007-07-07 17:51:04

adus.. x jadi la .. bro leh kasi coding ntuk letak senarai bloglist tu dalam page? bukan kat sidebar? leh tak? please…. dah try x menjadi… fening.. ~

leh add khai kat ym tak? khai_luct

Gravatar Icon
Comment by shutterspeaks
2007-07-11 16:57:24

khai, maaf lambat beri maklumbalas. saya sangat sibuk sekarang ini. insyaAllah, minggu hadapan saya ada sedikit kelapangan, saya akan tolong satu persatu :-)

 
 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.
Close
E-mail It