how do i add a single site?

Cant seem to find where to add a single RSS URL?

1 Like

Click on the plus-sign on the lower left of the site:

Another quick way to add a site would be a bookmarklet. That’s a bookmark you click when you’re browsing the web site you want to subscribe to.

AFAIK, NewsBlur doesn’t provide an official bookmarklet at the moment (in “Goodies” a bookmarklet exists but it’s about single article sharing, not feed subscribing).

However I recently found the following code, which is working for me.

note:
this code is meant to be on a single line. You may want to copypaste it in a text editor to verify it doesn’t wrap up lines before creating your bookmarklet.

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}())