| ||||
|
This page is the main page for Danny Garfield's modification of Premshree Pillai's Javascript RSS Reader. Most blogger users, it seems, don't really know how to UTILIZE the RSS feeds Blogger gives them. Blogger, being the incredible user-friendly system it is, doesn't really require any coding knowledge. And this is great! Why should it? Blogger is the program that does everything for you. In the same spirit, this code simplifies that "RSS Feed thing" so many people don't quite know how to use. This script allows any user to harvest the info from their RSS feed. It takes their feed, converts it to HTML (using javascript), and puts it into the user's page wherever they want. Using this script, you can have your blog appear, in addition to on the blog itself, ANYWHERE you want, on ANY other page, anywhere. Combine your webpages; show other friends' blogs all on the same page; put your blog onto someone else's page, or onto your Diaryland, Livejournal, or home page. This is the type of effect news sites use to integrate headlines! Best yet, this script is totally customizable. In look and fonts. It both requires no coding knowledge, but allows an expert to customize as much as they want. It fits anywhere. Just one javascript include, in the head, and one function call in the body, where you want it to appear. That's it. And your latest blog posts can appear absolutely anywhere. Examples Of The Script: The Blog || The Embedded Version (it's in the right column - real example) The Blog || The Embedded Version (the left side, under the profile window) Download The Script Here Please, respect my bandwidth, if possible. Please upload it to your own server.
|
| |||
Examples Of The Code In use: These snippets of code would be placed wherever you want the actual feed to appear. The include in the hed must already be there. Also, I am only showing the one relevant line, here. It must be surrounded by the other lines, shown above, in the "How To Use" section. try {readRSS(unescape("blog.rss"),0);} - Would display all feeds available from the given blog. try {readRSS(unescape("blog.rss"),5);} - Would display just the most recent 5 posts from the given blog. try {readRSS(unescape("blog.rss"),5, "NOHR");} - Displays the five most recent posts, without the horizontal rules. try {readRSS(unescape("blog.rss"),0, "NOAUTHOR", "NOHR");} - Displays all available posts, without displaying the authors or horizontal rules. | ||||
Last Altered/Upgraded: 4/10/04 --- Upgrade/Version History Revised For This Purpose By: Danny Garfield 2004 | ||||