jQuery.simple_lifestream is a tiny plugin that aggregates multiple rss/atom feeds and prints their items sorted by date. It uses the Google Feed API for getting the feed items.
Well, of course you need jQuery. Additionally you need an API key from Google for accessing their API.
Call lifestream(settings, [callback()])
. See index.html
for a simple example of including the lifestream.
Object of following settings:
feeds
: array of the feed urlscount
: integer of how many items should be printed, Default: 5favicons
: boolean whether the favicon of each item should be printed, Default: trueapi_key
: string of your api key of Google