Hack: RSS aggregator based on MagpieRSS
-
A small little tiny hack very useful if you want to use RSS / RDF news feeding.
This work based on the “MagpieRSS� RSS/RDF processor. I just create a small interface for WP.
Several functions are already ready :
Show all RSS news from the RSS table (only title) : ShowAllRss($MaxRss=10)
Show one RSS News from the RSS Table (only title) : ShowRSS($RssID=1,$MaxRss=10)
View all RSS news from the RSS table (title + Description) : ViewAllRSS($MaxRss=10)
View one RSS news from the RSS table (title + Description) : ViewRSSEntry($RssID=1, $MaxRss=10)
All RSS feed URL are stored in a mySQL table of course !
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
The topic ‘Hack: RSS aggregator based on MagpieRSS’ is closed to new replies.