- Forums
- HTML
- Making Application/atom+xml Atom Feed Or Rss Feed Icon
This Page Contains information about Making Application/atom+xml Atom Feed Or Rss Feed Icon By wallpaperama in category HTML with 2 Replies. [749], Last Updated: Sat May 18, 2024
wallpaperama
Tue Jan 06, 2009
2 Comments
1030 Visits
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/
https://www.wallpaperama.com/forums/making-application-atomundxml-atom-feed-or-rss-feed-icon-t6950.html