making application/atom+xml atom feed or rss feed icon

Mobile
feeds
Welcome Login | Register

making application/atom+xml atom feed or rss feed icon
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » HTML Forums
        » » making application/atom+xml atom feed or rss feed icon
making application/atom+xml atom feed or rss feed icon
Post Description: making application atomxml atom feed or rss feed icon HTML
Post Tags:
This Post Has Been Viewed 17 Times Since Tue Jan 06, 2009 6:09 am Author wallpaperama with 1 replies
making application/atom+xml atom feed or rss feed icon
Advertise On This Page




i have firefox and when you come across a website with rss feeds, there will be a rss feeds button in the address bar, and when you click on it, it will make two types of feeds

Atom feed or RSS feed

this is the code to use in your html to make that happen

<link rel="alternate" type="application/atom+xml" title="Atom feed" href="http://www.example.com/feeed/1/" />
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.example.com/feeed/1/" />


simple

example: http://codeigniter.com/forums/viewforum/58/





Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : making application/atom+xml atom feed or rss feed icon

Comments and replies About making application/atom+xml atom feed or rss feed icon
:: 1 :: Reply #89074 Reply By taki On Tue Jan 06, 2009 4:26 pm
taki:
06-6950-rss-icon.jpg
how do i put the icon in the address bar tho?