Add auto-discovery link for RSS Feeds #7742

Open
opened 2022-12-21 21:34:08 +01:00 by kevincox · 0 comments
kevincox commented 2022-12-21 21:34:08 +01:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.
Right now for a user it is hard to find the RSS feed. They need to think to go to the channel page and click the overflow menu to find the option to copy the RSS URL.

Describe the solution you'd like
An auto-discovery link should be added so that browsers, browser extensions and other tools can automatically discover and highlight the existence of a feed to the user.

For odysee the link would look something like this in the head section of the page.

<link rel=alternate title="Veritasium on Odysee" type=application/rss+xml href="/$/rss/@veritasium:f">

I think it would be ideal to place this on both channel pages and video pages.

This should improve the user experience, some examples:

  1. If the user is viewing a video they can click the RSS icon in their browser to subscribe to the channel.
  2. If the user wants to subscribe to a channel they can just paste the channel URL (or any video URL) into their feed reader and most readers will automatically find the feed.

Describe alternatives you've considered

Do nothing: It is harder for users, and crawlers to discover the RSS feeds.

**Is your feature request related to a problem? Please describe.** Right now for a user it is hard to find the RSS feed. They need to think to go to the channel page and click the overflow menu to find the option to copy the RSS URL. **Describe the solution you'd like** An auto-discovery link should be added so that browsers, browser extensions and other tools can automatically discover and highlight the existence of a feed to the user. For odysee the link would look something like this in the head section of the page. ```html <link rel=alternate title="Veritasium on Odysee" type=application/rss+xml href="/$/rss/@veritasium:f"> ``` I think it would be ideal to place this on both channel pages and video pages. This should improve the user experience, some examples: 1. If the user is viewing a video they can click the RSS icon in their browser to subscribe to the channel. 2. If the user wants to subscribe to a channel they can just paste the channel URL (or any video URL) into their feed reader and most readers will automatically find the feed. **Describe alternatives you've considered** Do nothing: It is harder for users, and crawlers to discover the RSS feeds.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7742
No description provided.