jFeedMe
jQuery based cross-domain feed subscriber and renderer into HTML
A simple to use jQuery-based scriptlet that allows you to render HTML within a P tag (can be changed to DIV, SPAN etc with minor modifications) from an RSS/XML feed. It is capable of making cross-domain subscriptions without the need of any server-side support. (overcome single origin policy)
Features:
1. Low footprint: compact script - 2.25KB (requires jquery-minimal 1.5+)
2. Ease of use: link the script to your html and add an empty <p id='feedPanel' rssurl='<feed url>' feedcount='<number of items you want to display>'> tag.
3. Fully customisable: YMMV depending on your HTML skills (basic is enough). :)
4. Optimised execution with 'wait' indicator.
5. Just need to change relevant paths of the wait animated gif and voila!
********************************************************
NOTE: This is a hobby project under WTFPL, so
don't expect prompt support. If you are stuck, feel free to drop me a line from the contact page.
********************************************************