jQuery News Feed Plug-In
- Started
- Last post
- 6 Responses
- foobaz
Hey everyone. I wrote another jQuery plug-in and thought some might like it.
The plug-in basically aggregates RSS feeds from Twitter, Facebook, Last.FM, Delicious, Tumblr, and Wordpress - Sorts the data by the pubDate time-stamp and creates a news feed out of it. It also converts the "pubDate" RSS field into a relative time so the entry would read like "Listened to blah (about 6 minutes ago)".
The best feature, in my opinion, is that it uses YQL so you don't have to set up any kind of server-side PHP/ASP/Whatever proxy. This makes set up pretty easy and straight forward.
Anyway, here is the link: http://johnpatrickgiven.com/jque…
I imagine there's going to be an issue or two (or way more)...so if you find any please let me know.
I hope you like it.
Cheers.
- seeessess0
Looks nice! Will give it whirl tomorrow, thanks for your time, and for posting it up!
- ********0
I like some of your other plugins..but the download links are all broken
- foobaz0
^ @subcommandante thanks for the heads up. That's what I get for changing my site CMS and then changing it back. The links are fixed.
- noneck0
I'm totally stealing some of your other jquery stuff. Looks perfect for what I need. Thx!
- ukit0
Hey that's super cool bro. I like how you present your plugins too
- falcadia0
Nice, So much easier then some of the other feed parsers I have implemented. Putting that one in the archive. Thx.