Reeywhaar / want-my-rss

RSS features for Firefox
Other
113 stars 10 forks source link

Add feed reader #6

Open Reeywhaar opened 5 years ago

Reeywhaar commented 5 years ago

If you want to add provider to the button below screen shot 2018-11-17 at 21 28 03

You can provide the following details:

Name

e.g My Feed Reader

Icon URL

e.g https://myfeedreader.example/favicon.png

Subscription Link with %s as a feed placeholder

e.g https://myfeedreader.example/subscribe?url=%s

... Or make Pull Request

Just add icon to /ext/providers-icons/ and edit /ts/feedReaders.ts accordingly

happysurf commented 5 years ago

I use Netvibes but I didn't found anything on their web site for add it as provider.

Reeywhaar commented 5 years ago

@happysurf Me too have not found any way other than paste url directly on their page, like on the screenshot below, pity.

screen shot 2018-12-01 at 04 47 51

happysurf commented 5 years ago

I have found this on the web: https://www.nickifaulk.com/2013/06/29/adding-netvibes-subscription-option-to-firefox/

Parameter: https://www.netvibes.com/subscribe.php?url=%s

I don't know if help.

Reeywhaar commented 5 years ago

@happysurf oh yes, this sure helps. Netvibes will be added in next version.

SMylk commented 5 years ago

Bazqux https://bazqux.com/favicon.ico https://bazqux.com/add?url=%s

Reeywhaar commented 5 years ago

@SMylk Gotcha!

secou commented 5 years ago

Hi, here are the details for Feedbin

Name Feedbin

Icon URL https://assets.feedbin.com/assets/favicon-e448d5be002287a326a4749caf851f7013480b6666762f58dc51281abba5ff1e.ico

Subscription Link with %s as a feed placeholder https://feedbin.me/?subscribe=%s

Thanks so much for your work!

Serge (from RSS Circus)

secou commented 5 years ago

Name G2Reader

Icon URL https://g2reader.com/favicon.ico

Subscription Link with %s as a feed placeholder https://g2reader.com/?add&q=%s

Reeywhaar commented 5 years ago

Thank you @secou !

secou commented 5 years ago

Would it be possible to allow us to add personalised URL related to hosted solutions? For example, Tiny Tiny RSS subscribtion's URL is https://[SERVER]/public.php?op=subscribe&feed_url=%s where [SERVER] is the domain of the server which host it.

Reeywhaar commented 5 years ago

You definitely right.

matrixik commented 5 years ago

Name CommaFeed

Icon URL https://www.commafeed.com/favicon.ico

Subscription Link with %s as a feed placeholder https://www.commafeed.com/rest/feed/subscribe?url=%s

Reeywhaar commented 5 years ago

@matrixik thanks! Will be added soon.

Reeywhaar commented 5 years ago

@matrixik version with CommaFeed available at AMO: https://addons.mozilla.org/en-US/firefox/addon/vyrtsev-tab-saver/

matrixik commented 5 years ago

Working great, thank you.

qwertygc commented 5 years ago

I use FreshRSS, a self hosted Feed reader

https://[SERVER]/p/i/?c=feed&a=add&url_rss=%s

Reeywhaar commented 5 years ago

@qwertygc just for your case I've added custom feed readers support, check it out in preferences: screenshot 2019-01-26 at 20 16 24

krisdigital commented 5 years ago

Name Nooshub

Icon URL https://www.nooshub.com/favicon.ico SVG: https://www.dropbox.com/s/794umrk8eqc66y7/nooshub-logo.svg?dl=0

Subscription Link with %s as a feed placeholder https://www.nooshub.com/me/feeds/new?url=%s

Thank you!

Reeywhaar commented 5 years ago

@krisdigital, Sorry for delay, added!

krisdigital commented 5 years ago

@Reeywhaar Thank you! Delay is no problem ✌️😎

kevincox commented 2 years ago

Name FeedMail

Icon URL https://feedmail.org/a/logo.png

Subscription Link with %s as a feed placeholder https://feedmail.org/subscriptions/new?url=%s


It would be really nice if users could add readers themselves, just provide the placeholder URL and maybe a logo.

Reeywhaar commented 2 years ago

@kevincox that is exactly what I have in settings :-)

image
kevincox commented 2 years ago

Ah great! I didn't notice the settings page. Figured the readers in the drop-down were hardcoded.

Maybe it would be a good idea to add a "Add new reader" button at the bottom of the list?

WladyX commented 2 years ago

@qwertygc just for your case I've added custom feed readers support, check it out in preferences: screenshot 2019-01-26 at 20 16 24

This works perfectly for me with FreshRSS, thank you so much for this!

jhlee2222 commented 4 months ago

I'm trying to configure the extension for my own instance of FreshRSS. It's hosted locally (so internal IP address), without https. I'm trying the format I've seen as follows: image

However, I end up with: image

Is there possibly a special setting I need to enable in my FreshRSS instance? That's my only guess, given the extension itself and its config seems pretty straightforward.