Open Reeywhaar opened 5 years ago
I use Netvibes but I didn't found anything on their web site for add it as provider.
@happysurf Me too have not found any way other than paste url directly on their page, like on the screenshot below, pity.
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.
@happysurf oh yes, this sure helps. Netvibes will be added in next version.
@SMylk Gotcha!
Hi, here are the details for Feedbin
Name Feedbin
Subscription Link with %s as a feed placeholder https://feedbin.me/?subscribe=%s
Thanks so much for your work!
Serge (from RSS Circus)
Name G2Reader
Icon URL https://g2reader.com/favicon.ico
Subscription Link with %s as a feed placeholder https://g2reader.com/?add&q=%s
Thank you @secou !
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.
You definitely right.
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
@matrixik thanks! Will be added soon.
@matrixik version with CommaFeed available at AMO: https://addons.mozilla.org/en-US/firefox/addon/vyrtsev-tab-saver/
Working great, thank you.
I use FreshRSS, a self hosted Feed reader
@qwertygc just for your case I've added custom feed readers support, check it out in preferences:
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!
@krisdigital, Sorry for delay, added!
@Reeywhaar Thank you! Delay is no problem ✌️😎
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.
@kevincox that is exactly what I have in settings :-)
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?
@qwertygc just for your case I've added custom feed readers support, check it out in preferences:
This works perfectly for me with FreshRSS, thank you so much for this!
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:
However, I end up with:
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.
If you want to add provider to the button below
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 placeholdere.g
https://myfeedreader.example/subscribe?url=%s
... Or make Pull Request
Just add icon to
/ext/providers-icons/
and edit /ts/feedReaders.ts accordingly