6 ms·
I’ve found that many sites these days have an RSS feed, but don’t advertise it. I’ll come across a site with no mention of it, and then just start trying urls t
by grahamjpark 4y ago
I’ve found that many sites these days have an RSS feed, but don’t advertise it. I’ll come across a site with no mention of it, and then just start trying urls to see if any work. For example:
/feed
/blog/rss
/rss.xml
I wager whatever content management system they’re using automatically creates it.
- vincode 4y agoNetNewsWire will scan for those and find them for you. NetNewsWire has a Share extension that you can use directly from Safari or most any app that supports sharing a URL. The Share extension hands the URL off to the main NetNewsWire app that will try a series of common RSS feed locations if it can't find it as an alt link in the page source.
- noveltyaccount 4y agoView source and search for "link" <link rel="alternate" type="application/rss+xml" href="http://www.example.com/rssfeed.xml http://www.example.com/rssfeed.xml" />
- treve 4y agoBrowsers used to put a RSS button front and center when this link appeared in a body. I'm grateful the link is still often embedded even as there's less motivation to do so. Many RSS readers will just find this link tag, so often you don't need view source, they'll do this step for you.
- okasaki 4y agoDoes the Google RSS Subscription extension do this kind of detection? If not, this would be good to add.
- boxed 4y agoNormally you can just throw the site into your reader and it will find that link automatically. So you don't have to worry about that stuff.
- rambambram 4y agoYeah, I found that too, when I was building my Really Social Sites module for Hey Homepage (a DIY website system). I think we have to mostly thank WordPress for all the existing - but unadvertised - feeds!
- Eric_WVGG 4y agoI regularly email site-admins/support-staff when I come across that, along with the actual text of a `<link />` tag. Just about every time they come through!
- lurtbancaster 4y agoThere are Firefox extensions that do this automatically, giving you that convenient RSS icon beside the URL, that you may then use to either read the feed directly in Firefox or copy-paste into your feed reader of choice. Livemarks - https://addons.mozilla.org/en-US/firefox/addon/livemarks/ https://addons.mozilla.org/en-US/firefox/addon/livemarks/ Want my RSS - https://addons.mozilla.org/en-US/firefox/addon/want-my-rss/ https://addons.mozilla.org/en-US/firefox/addon/want-my-rss/ Easy to RSS - https://addons.mozilla.org/en-US/firefox/addon/easy-to-rss/ https://addons.mozilla.org/en-US/firefox/addon/easy-to-rss/ There may be Chromium alternatives too but I don't use Chromium.