RSS feed per tag
Posted
by niaher
on Stack Overflow
See other posts from Stack Overflow
or by niaher
Published on 2010-05-16T15:17:18Z
Indexed on
2010/05/16
15:20 UTC
Read the original article
Hit count: 191
asp.net-mvc-2
|rss
Hi. Suppose stackoverflow.com wanted to have an RSS feed per each tag. They would probably have requests like stackoverflow.com/rss?tag=aspnet to return appropriate RSS feeds. This is the easy part.
Now when the user requested stackoverflow.com/rss?tag=aspnet he would see some XML. Instead it would be better to show a page where user can choose which RSS reader he wants to subscribe with (just like feedburner.com).
My question is: is there any ready-made code (html+javascript) that I can copy-paste to create such a subscription page? Basically I want to copy feedburner.com's subscription page onto my own site.
PS - I would be happy using feedburner.com, but it would require me to create a feed for each tag manually, which is impractical.
© Stack Overflow or respective owner