-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Frictionless onboarding #11
Comments
NetNewsWire on the Mac is able to register itself as the default feed reader so clicking on a link to an RSS feed (at least in Safari) will automatically open it in the app. |
This works only after installation which is the challenge... And because websites can't register themselves as the So the question is, what's the ideal experience for new users... Hm... |
One idea: There's a hurdle in finding the Feed URL for a new user, even where there's a "Feed" link on the page. Could there be a page in which you paste in the URL of the website, and it discovers the Feed URL for you (either from auto-discovery, or from hunting for relevant link text on the page). And then the page presents a list of the various newsreaders you might have, with links to subscribe? (e.g. for NetNewsWire it uses This makes use of the auto-discovery feature of feeds, but doesn't have the same issues (see #13 for detail) as it doesn't attempt to pass the Feed URL directly to a reader (which may or may not work) and it can be explicit about not finding a feed if one isn't present. |
Related: SubToMe is a "Universal Follow Button." It's code installed by site owners, and clicking the "Follow" button opens a popover with various popular newsreaders listed. |
Problem: tapping on a Feed URL leads to a baffling XML feed. Tapping on the "Help" link (to AboutFeeds.com) leads to a site that has no call to action to subscribe.
Could this site have a subscribe CTA at the top which is customised depending on a Feed URL passed in the query string?
Could this site auto-discover installed newsreaders, and present a relevant subscribe link by the Feed URL?
Ultimately, what would it mean to have a "Subscribe" button that walks a new user through all the steps required to get set up with the origin Feed URL in their newly-downloaded newsreader?
The text was updated successfully, but these errors were encountered: