Helping ordinary people create extraordinary websites!

Go Back   Web Development Forum > Website Designing > HTML/CSS
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-25-2007, 08:01 PM
ryanhellyer's Avatar
Super Moderator
 
Join Date: Dec 2007
Posts: 707
Default Feed icon tip

Have you ever seen those little orange icons in the address bar of your browser? They're present in all modern browsers when they're on a site which has specified an XML feed for the page. If you click on them, they give you a feed for the site you are on. Some feed readers also allow you to drag and drop the icon into the reader.

Here's the code you need to display the icon ...
Code:
<link rel="alternate" type="application/rss+xml" title="Domain.com feed" href="http://domain.com/xxx" />
You can specify any page on your site for the link to go to, but it's generally recommended to set it to an XML feed as that is what they're designed for and some feed readers allow users to drag and drop from the icon to the reader, and using an HTML page (perhaps with links to various XML feeds) would cause an error to occur.

Hopefully some of you will find this useful. RSS feeds are growing in popularity and are rapidly becoming a primary means of reading information on the web for some tech savvy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-27-2007, 05:45 PM
BigAlReturns's Avatar
Moderator Extraordinaire!
 
Join Date: Dec 2007
Location: The Wirral, England
Posts: 291
Send a message via MSN to BigAlReturns
Default

Good advice Ryan - remember also that you can have multiple feeds per page, simply by having multiple <link rel=".... tags. This means you could have say, the main site feed listed on every page, and also comments for existing pages. Comments RSS feeds are often missed out on custom coded sites, and for me they're a real must, as I don't want to visit 10 sites a day to see if anyone replied to me!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-27-2007, 10:02 PM
ryanhellyer's Avatar
Super Moderator
 
Join Date: Dec 2007
Posts: 707
Default

Quote:
Originally Posted by BigAlReturns
... you can have multiple feeds per page, simply by having multiple <link rel=".... tags. This means you could have say, the main site feed listed on every page, and also comments for existing pages.
How do you use the extra <link rel=" ... " />'s though?


One little orange RSS thingy shows up, but what happens when you have two RSS feeds on the same page?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-28-2007, 10:19 AM
BigAlReturns's Avatar
Moderator Extraordinaire!
 
Join Date: Dec 2007
Location: The Wirral, England
Posts: 291
Send a message via MSN to BigAlReturns
Default

Not sure about what happens in all browsers. but in FF you're given a drop down menu containing the titles of the 2 feeds, and choose which one you want to subscribe to.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
mediafix.org great video feed site mouton Websites For Sale 0 03-03-2007 12:14 AM


All times are GMT -5. The time now is 12:34 PM.


Website Design by Ducani Media Group
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.