Feeds are parsed and embedded via the Google Feed API.
Supports templating for arranging feed item sections at specified positions.
jquery.rss can also filter feed items for showing only the needed information.
A demo is included with the download package.
Here are some key features of "jquery.rss":
Detecs and fetches:
· url: the url to the post
· author: the author of the post
· date: the publishing date
· title: the title of the post
· body: the complete content of the post
· shortBody: the shortened content of the post
· bodyPlain: the complete content of the post without HTML
· shortBodyPlain: the shortened content of the post without HTML
· teaserImage: the first image in the post's body
· teaserImageUrl: the URL of the first image in the post's body
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
What's New in This Release: [ read full changelog ]
New features:
· Added possibility to define the output method of Google request.
· Separated layout template from entry template.