|
Home >> FAQs/Tutorials >> RSS Tutorials >> Index
RSS FAQs - Adding Your Feeds to RSS News Readers and Aggregators
By: FYIcenter.com
Part:
1
2
(Continued from previous part...)
How To Create an Add-to-Google-Reader Button on Your Website?
If you like the "Add to Google Reader" button showing on this site, you can create one for your own Web site
by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file
is generated dynamically, take the URL of the script that generates the feed file. For example, this site
uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to Google" image file and upload it to your site:

3. Modify the following HTML code and put it into your Web pages:
<a href="http://fusion.google.com/add?feedurl=AtomFeedURL">
<img src="add_to_google.gif" border="0"
alt="Add to Google Reader"></a>
How To Create an Add-to-My-Yahoo Button on Your Website?
If you like the "Add to My Yahoo" button showing on this site, you can create one for your own Web site
by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file
is generated dynamically, take the URL of the script that generates the feed file. For example, this site
uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to My Yahoo" image file and upload it to your site:

3. Modify the following HTML code and put it into your Web pages:
<a href="http://add.my.yahoo.com/rss?url=AtomFeedURL">
<img border="0" src="add_to_my_yahoo.gif"
alt="Add to MyYahoo!"></a>
How To Create an Add-to-Bloglines Button on Your Website?
If you like the "Add to Bloglines" button showing on this site, you can create one for your own Web site
by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file
is generated dynamically, take the URL of the script that generates the feed file. For example, this site
uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to Bloglines" image file and upload it to your site:

3. Modify the following HTML code and put it into your Web pages:
<a href="http://www.bloglines.com/sub/AtomFeedURL">
<img src="add_to_bloglines.gif" border="0"
alt="Add to Bloglines"/></a>
How To Create an Add-to-NewsGator Button on Your Website?
If you like the "Add to NewsGator" button showing on this site, you can create one for your own Web site
by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file
is generated dynamically, take the URL of the script that generates the feed file. For example, this site
uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to NewsGator" image file and upload it to your site:

3. Modify the following HTML code and put it into your Web pages:
<a href=
"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=AtomFeedURL">
<img src="add_to_newsgator.gif"
alt="Add to NewsGator" border="0" /></a>
How To Create an Add-to-Netvibes Button on Your Website?
If you like the "Add to Netvibes" button showing on this site, you can create one for your own Web site
by following the tutorial exercise below:
1. Create an RSS Atom 1.0 feed file for your site, and make it accessible with a URL. If the feed file
is generated dynamically, take the URL of the script that generates the feed file. For example, this site
uses an Atom 1.0 feed file at this URL: "http://dev.fyicenter.com/faq/rss/atom.xml".
2. Take this "Add to Netvibes" image file and upload it to your site:

3. Modify the following HTML code and put it into your Web pages:
<a href="http://www.netvibes.com/subscribe.php?url=AtomFeedURL">
<img src="add_to_netvibes.gif" border="0"
alt="Add to Netvibes"/></a>
Part:
1
2
|