How do I add a new subscription?

I’m sure I must have known how to add a subscription at one time, since I have a number of them, but I can’ see anything obvious on my home page (http://www.newsblur.com/) to let me add a new one. The only place that looked relevant was the “Search Sites and People” box, but that didn’t do it; when I pasted in the URL for the blog’s RSS feed, I just got “Sorry, nothing matches.”

The blog I’m trying to subscribe to is fairly new, for what it’s worth: http://www.paloaltoforward.com/blog.rss

2 Likes

Click the plus icon in the bottom left corner to add a new subscription.

Or use the bookmarklet (create a new bookmark in your bookmarks bar and paste the following code as the URL):

javascript:(function()%20{%20var%20u%20=%20location.href,%20a%20=%20document.createElement('a');%20a.href%20=%20u;%20location.href%20=%20"http://www.newsblur.com/?url="%20+%20encodeURIComponent(a.hostname);%20}())