rssLinkList is definitely one of my favorite plugins. For those interested in giving it a try, version 0.8 can be downloaded from the WP plugin db. Note1: This plugin has changed it’s name from rssLinkList to Feed List. Note2: This plugin has moved and changed it’s name again from Feed List to FeedList. Please use this new version of the plugin if you are running a newer version of WordPress. (see comments for more details)
While it isn’t necessarily one of the easiest plugins to install, the time saved by not having to go check multiple sites for most recent info greatly outways the 10-15 minutes it took to get it working.
Here is a list of parameters that the rssLinkList plugin can accept [ from the author, Bill Rawlinson's readme.txt file ] :
* rss_feed_url (default: “http://del.icio.us/rss”) – The URL of the Del.icio.us RSS Feed
* num_items (default: 15) – The number of items to display
* show_description (default: true) – Whether or not to display the “description” field
* random (default: false) – Whether or not to randomize the items
* before (default: “<li>”) – Tag placed before the item
* after (default: “<li>”) – Tag placed after the item
* description_seperator (default: ” – “) – Between the link and the item
* encoding (default: false) – Change to true if you are reading in a ISO-8859-1 formatted file.
* sort (default: “none”) – takes one of three values; none, asc, desc
- none – doesn’t sort and leaves your existing code as is
- asc – sorts the results in alphabetic order (by title)
- desc – sorts in reverse alphabetic order (by title)
Here are a few examples of it’s usage [ also from readme.txt ] :
combine 1 or more feeds –
<ol>
<?php
rssLinkList(“http://del.icio.us/rss/finalcut”);
rssLinkList(“http://www.43things.com/rss/uber/author?username=Final”);
?>
</ol>multiple paramaters set -
<ol>
<?php rssLinkList(“http://www.auf-der-hoehe.de/”,10,false,true,”<li>”,”",”-”,true); ?>
</ol>
Comments 13
i want a rss feed aggregator and publisher i dont know what is wrong with my blog
Posted 17 Jan 2008 at 10:26 pm ¶i also want rss plugin for my blog i used kb but it also failed
Posted 29 Feb 2008 at 7:41 am ¶hi guys,
looks like both of you are probably having problems with this plugin because it has been updated to work with newer versions of WordPress. However, the name has also changed from rssLinkList to FeedList. Download and active this new version and it should work as expected.
i will also update this post so that others won’t get confused by this.
Posted 01 Mar 2008 at 6:59 pm ¶Is this plugin for showing rss feed on your WP blog?
Posted 05 Mar 2008 at 3:53 pm ¶yes.
Posted 05 Mar 2008 at 4:04 pm ¶install the plugin and add the php code to your WP theme templates to load any feed(s) on your WP blog.
how to display rss headline from blogroll in widget
Posted 23 Apr 2008 at 3:14 am ¶this plugin is for rss headlines, i’m not sure the WP blogroll has an rss feed? does it? anybody know if it does? maybe in a newer version of WP – but, i’m too lazy to check..
Posted 10 May 2008 at 10:55 am ¶Looks like that link to Feed List is wrong?
Posted 24 Aug 2008 at 5:30 pm ¶thanks n1ce.
it looks like the plugin has moved from the author’s website to the WordPress plugin database. The name has also changed again (slightly) from “Feed List” to “FeedList”.
you can read more about it here and here.
or, go directly to the WP plugin db and download it here.
i’ll also update the links throughout this post to point to the new location.
Posted 25 Aug 2008 at 10:45 pm ¶nice, can one blog multiple rss??
Posted 29 Nov 2008 at 4:38 pm ¶I now offer the RSSdoodle plugin the works in much the same way as my Twitterdoodle plugin – pulling keyword based mashups of RSS feeds instead of twitter tweets.
If you don’t mind, here is a link to more information: http://www.lessnau.com/2009/01/wordpress-rss-plug-inrssdoodle/
Posted 07 Jan 2009 at 12:28 am ¶I’m sorry I caused you problems by changing the name from rssLinkedList -> Feed List -> FeedList.
The first name was too restrictive considering feedList will also show Atom feeds as well as rss feeds.
The second name was a mistake most likely (I don’t remember having the space in there).
Finally I moved it to the plugins database to hopefully, make it easier for folks to stay up-to-date with any changes that happen.
I try to make it as backward compatible as I can (for instance any old calls to rssLinkList(…) should still work) but I undoubtedly mess up at times. If I ever do please let me know.
Posted 23 Sep 2009 at 1:50 pm ¶hey Bill,
thanks for stopping by!
the name changes weren’t that bad..
the plugin still works great – it’s running on a couple of WP2.8.x sites i manage.
anyway, keep up the good work !
Posted 24 Sep 2009 at 9:22 am ¶Post a Comment