Please Add RSS Support to Your Site
11–20 of 305 posts
Re: Please Add RSS Support to Your Site
#12I've never advertised any of my rss feeds, I just leave them up at /rss.xml. I was under the impression that RSS feed locations were mostly standardized, but I'm noticing that the feed location for this blog is at a different URL.
Re: Please Add RSS Support to Your Site
#13It always annoys me when sites request permissions to send me notifications - hey idiots, if I like your site I'll subscribe using your RSS feed and read at my pleasure. You don't have one? Bye then.
In my perfect world browsers have RSS support built in and aggregators like Facebook would allow RSS feeds to be published in timelines. This used to be the case and then the winds changed and something was lost. I'll like to see it return.
Where I wrote my blog's static site generator, one of the first features was RSS[0].
Re: Please Add RSS Support to Your Site
#14Re: Please Add RSS Support to Your Site
#15Curiosity question, will most modern RSS-readers be able to find an RSS link on their own, or is it a good idea for me to include a link on a homepage that users can copy-paste? I've never advertised any of my rss feeds, I just leave them up at /rss.xml. I was under the impression that RSS feed locations were mostly standardized, but I'm noticing that the feed location for this blog is at a different URL.
Re: Please Add RSS Support to Your Site
#16Re: Please Add RSS Support to Your Site
#17I think the worse RSS isn't in not having RSS, it's when they say "Hey here's a preview of what we wrote." I really enjoy reading content on my terms on not having to go everywhere to get it. It makes my life much more peaceful.
Re: Please Add RSS Support to Your Site
#18Curiosity question, will most modern RSS-readers be able to find an RSS link on their own, or is it a good idea for me to include a link on a homepage that users can copy-paste? I've never advertised any of my rss feeds, I just leave them up at /rss.xml. I was under the impression that RSS feed locations were mostly standardized, but I'm noticing that the feed location for this blog is at a different URL.
Re: Please Add RSS Support to Your Site
#19I follow many blogs, many of them of individual developers and if you're not on Wordpress or Medium (ugh), then the next common choice is a static website generator like Jekyll or equivalent. Some of them don't have RSS feeds. But I just contact them privately and kindly ask them to add an RSS feed. Most of my requests had positive results, since you just need to integrate a plugin [1] or copy a pre-made atom.xml tem…