Wget step by step making an rss feed
Nov 252008

RSS important, why? RSS is a brief news updates from the web, its also can increase trafic web. ups… no theory, sorry ….

now I explain how to create rss that detected by browser.

1. paste html code between <head> .. </ head>
the code is:
<link rel="alternate" type="application/rss+xml" title="your rss feed name" href="your rss feed url" />
and see in the browser after the url, rss icon is appear. if you click on the icon, then you will go to your web page rss.Preview: before:rss browser before rss feed subsrcibe on browser after:rss browser after rss feed subsrcibe on browser (preview in firefox)

2. if you have a lot of web RSS then reset the html code:
<link rel="alternate" type="application/rss+xml" title="your rss feed name 1" href="your rss feed url 1" />
<link rel="alternate" type="application/rss+xml" title="your rss feed name 2" href="your rss feed url 2" />
....

and see the rss icon on the browser. if you click on the icon, then rss menu is appear. and if the menu is selected/clicked, then you will go to the web page of the selected rss.
Preview: rss browser more rss feed subsrcibe on browser

enjoy my other exploration on ^_AntiTeori

Practice can be fun
  • Facebook
  • Twitter
  • del.icio.us
  • MySpace
  • Digg
  • Mixx
  • StumbleUpon
  • Yahoo! Buzz
  • Google Bookmarks
  • Print

4 Responses to ““rss feed subsrcibe” on browser”

  1. CHeAniZER says:

    nice post, but, can you tell me about how to make my own RSS feed? like in wordpress?

  2. d_anank says:

    hm …. That is a good question,
    ok! next times I will post about how to make RSS on your website/blog

    note:if you using CMS, you don’t have to create RSS
    thanks CHe_^!

  3. [...] now lets talk about RSS. by the way, i wana say thanks to CHeAniZER for the question about can you tell me about how to make my own RSS feed? like in wordpress? the [...]

Leave a Reply

(required)

(required)