Bloggers Payback

Online Blog Marketing

How can I put a RSS fed in my site’s address bar (I don’t use any blogging software)?

I already have the feed so I don’t need any help with that.

Add a link element to the head of the document

<link rel="alternate"
title="My RSS"
href="foo.rss"
type="application/xml">

Recommended Reading:
posted by admin in business blog and have Comments (2)

2 Responses to “How can I put a RSS fed in my site’s address bar (I don’t use any blogging software)?”

  1. David D says:

    Add a link element to the head of the document

    <link rel="alternate"
    title="My RSS"
    href="foo.rss"
    type="application/xml">
    References :

  2. mr_cabbageman says:

    If you have the address of the feed, you could just copy and paste it into your address bar. I’m sorry, your question isn’t too clear. If you want to add the feed to an RSS reader, you can go to something like http://reader.google.com , sign-in and add the feed as a subscription.
    References :