You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently set up a public page with shared bookmarks and invited friends to follow my public RSS, but then I realized that the public RSS URL is only available in settings. I think it should be possible for a user looking at a public bookmarks page to discover the RSS link.
How about adding a <link rel="alternate" type="application/rss+xml" to the public bookmarks page if one is available? A RSS icon somewhere in page body would also help with discoverability.
I'm assuming that the public bookmarks page and public bookmarks RSS are always both enabled or both disabled. Does that sound correct?
(I might take a stab at adding it next week if it sounds ok? maybe good first commit for me?)
The text was updated successfully, but these errors were encountered:
Both the public bookmarks page and the RSS feed are always accessible.
Adding a <link> would be OK. Adding a visible link (anchor) to the UI should be opt-in, in general I try to avoid adding any additional clutter to the bookmark view unless users enable that feature explicitly.
Hello! This is my first issue.
I recently set up a public page with shared bookmarks and invited friends to follow my public RSS, but then I realized that the public RSS URL is only available in settings. I think it should be possible for a user looking at a public bookmarks page to discover the RSS link.
How about adding a
<link rel="alternate" type="application/rss+xml"
to the public bookmarks page if one is available? A RSS icon somewhere in page body would also help with discoverability.I'm assuming that the public bookmarks page and public bookmarks RSS are always both enabled or both disabled. Does that sound correct?
(I might take a stab at adding it next week if it sounds ok? maybe good first commit for me?)
The text was updated successfully, but these errors were encountered: