Suppose stackoverflow.com wanted a RSS feed per each tag There will probably be requests like stackoverflow.com/rss?tag=aspnet. This is the easy part.
Now when the user requests stackoverflow.com/rss?tag=aspnet he will see some XML. Instead, it would be better to show a page that the user can select which RSS reader he wants to subscribe (such as FeedBurner.com).
My question is: Is there a ready code (html + javascript) that I can copy-paste to create such a membership page? Actually I want to copy feedburner.com's membership page to my site.
PS - I'm glad to use feedburner.com, but I'll need to manually create a feed for each tag, which is impractical.
Comments
Post a Comment