Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

rss feed question?

when building a webpage, can you add a rss feed(just receiving info) by simply adding a code to your html or do you have to have a program like a reader to intigrate it? thanks

Update:

i only want the results of the feed, particularly an ebay store's current items, to be displayed on my page. i'm not making a feed.

3 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    Hi! RSS is one of my favorite topics!

    An RSS page is like html, but all the tags are different. People don't usually make rss feeds by hand, they use special programs that read the content of the site and just show what is current.

    so the answer is YES, you need a special program to make it.. but not a reader, that's how your friends/users will read it.

    since you know HTML, look at this page and others, and notice how they do the rss links, and the special code in the <head> called the <meta> tag to show exactly where the rss is for this page!

    welcome back to creating web pages!

  • 1 decade ago

    Just you can add the rss link in you webpage in html.

    For example your feed is called rssfeed.xml

    then you can create a link <a href="rssfeed.xml">Rss Feed</a>

    If you want the bot to read your rss feed automatically you can include it in the <meta tag> of your html.

  • 1 decade ago

    Once you create your RSS feed you can use a free tool from Feed for All that will give you the lines for autodiscovery you can add to your web page.

    This makes is easier for people to subscribe to your feed.

Still have questions? Get your answers by asking now.