RSS Pointer for IE7 and/or Firefox


/ Published in: HTML
Save to your folder(s)

Shows the browser that an RSS feed is available for a page.


Copy this code and paste it in your HTML
  1. <link rel="alternate"
  2. type="application/rss+xml"
  3. title="Feed Title"
  4. href="http://foo.org/FeedGenerator.aspx" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.