idahocline
Member
Posted 8 years ago #
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 !
oh this would be cool.
maybe a version can be integrated later in WP.
currently i am using JayKul's script. :)
Jaykuls script? I think I've downloaded it, but it is too lmited, such as fittig with the template, is that true?
does it support the new RSS versions?
BAKSHI:
Well, its working pretty well here: http://newsletter.webdesign4india.com/
check on the right down side above the google adsense. its picking content from a forum :)...
ooo. nice thingy u got working there :)
Anonymous
Unregistered
Posted 8 years ago #
That was me BTW... dunno when cookie expired :P
idahocline
Member
Posted 8 years ago #
what do you mean by "does it support the new RSS versions?" ? Except version 1.0 and 2.0, I am not aware of new versions....
.92 and I think there is another one.
idahocline
Member
Posted 8 years ago #
I just tried with .92 seems working.
WP gives u all the three formats... what are u worried abt?
Anonymous
Unregistered
Posted 8 years ago #
I believe I started with Jaykul's stuff. I've since modified it slightly to allow for RSS2 tag naming, but the homepage of http://www.chait.net has an RSS2 feed pulled live (well, with the optional caching) from CNET's top products list, capped to 5 entries for now.
I'd like to try some other systems, but this is pretty simple and works well for me at the moment.
=d