this post was submitted on 12 Dec 2021
2 points (100.0% liked)
Lemmy
496 readers
3 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The RSS feed is advertised, on that button. There is an
<a href
to that RSS feed also, so I'm not sure why your browser extension wouldn't pick it up.I'm talking about RSS auto-discovery via
<link>
tags. In the head of the page there should be a link take like<link rel=alternate type="application/atom+xml" href="https://lemmy.ml/feeds/c/lemmy.xml?sort=Hot">
. This way browsers, extensions, search engines and feed readers can discovery the link automatically without the user needing to identify the feed link on each site.Ah cool. Should be easy enough to add, open up an issue on lemmy-ui with this info.
Filed https://github.com/LemmyNet/lemmy-ui/issues/548