Ask HN: How to promote RSS subscriptions in 2022?
It used to be really popular to promote your RSS feed. Might have just been the circles I swam in, but people knew what to do with it. I've maintained this big orange RSS symbol in my main navigation and I wonder: Does anybody actually know what to do with this now?
Firefox used to offer subscription options but I don't see anything in the navbar any more. If you click the symbol on my page, you just see an ugly page of XML.
In the vain hope that somebody might want to see what I'm writing and be notified about it, how do I enable this? Do I have to post updates on Twitter, Facebook and Instagram and etc, etc?
I've been consuming RSS for all this time but the rest of the world seems to have moved on. Feeling pretty old right now.
My blog, just in case, https://thepcspy.com
21 comments
[ 1.6 ms ] story [ 63.9 ms ] threadAnd I mean that in both directions. I've always consumed more RSS than I've generated and it's still my primary source for tech news. Do they just rely on service-level federation? Seems pretty sad.
If it makes you feel better, I consume all my blog content through RSS. I use the Newsblur.com aggregator to follow roughly 200 RSS feeds.
I find it sad that a lot of blogs that support RSS (like all the blogs on Substack) don't even post their RSS URLs. You just have to know they're there. (For Substack, append "/feed" to the site's URL to get the RSS feed. Appending "/feed" or "/rss" works for many other sites too.)
Maybe, in addition to displaying an RSS icon, you can add a link underneath such as "How to subscribe to this blog with RSS".
Of course this was a lot better when browsers had built-in indicators that a feed was available. But for those "in the know" there are extensions which restore this functionality.
Having rss in emacs gnus works for me, but for wide use, it needs to be browser based, one click, you don't even need to know it is rss (but maybe a toggle for full text vs blurb) which is what I get with Flym on android. Flym can also detect if a page has the link metadata, but you have to copy paste the url into it.
RSS can be relayed into mastodon, but this requires a hosting an app, so it might as well just be an app.
For the new bloggers, it's like including semantic web structured data, it is something a writer should never need to know, at most an option button in their composing software, clicked, done!
But yeah, bringing new users to RSS in 2022 is a hard advertising/teaching experience. Instead of your RSS icon pointing directly to your feed in 2022 (because just about no browser today does anything nicer than wall of XML) you might try a more curated approach and link to an RSS reader you prefer and trust such as The Old Reader or Newsblur or something as.
The browser doesn't, but you can use an XSLT stylesheet like this to make it look a little bit nicer: https://karmanyaah.malhotra.cc/feed.xml
An XSLT stylesheet allows formatting XML content as HTML/CSS. Of course, I haven't solved linking people to feed readers (maybe just feedly), but it could be done with this.
Source code: https://github.com/karmanyaahm/karmanyaahm.github.io/blob/d6...
I could use XLST to tell people what my feed is, how to use it, etc, all without interrupting those who already knew.
The idea would be that blog authors could link to that next to (or instead of) their RSS icon.
Such blogs could still include a link HTML tag for extension autodiscovery.
https://subscribe.fivefilters.org/?name=FiveFilters.org&url=...
It's more about the visitors to my websites. It used to be enough to embed a feed and people would subscribe. These days there's so little in-browser glue that you either have to know what to do with it, or... or what?
The point here is to try to work out how people stay up to date with individual websites.
I wrote this after posting here, might explain better than this little comment. https://thepcspy.com/read/what-happened-to-rss/
There's a solution for both issues: apply styling and add explanation to your RSS feed. Here's mine:
https://darekkay.com/atom.xml
It's based on this solution (adjusted for Atom feeds):
https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-...
https://thepcspy.com/feeds/full.xml https://thepcspy.com/static/feed.xlst