superfeedr / subtome

A universal Subscribe/Follow button.
http://subtome.com
MIT License
167 stars 32 forks source link

Subscription link? #44

Open julien51 opened 11 years ago

julien51 commented 11 years ago

For these sites on which it s not possible to add a SubToMe button, we should make a "subscribe" page that can easily be linked to and will do the job.

julien51 commented 11 years ago

Also, add an Image based button to that :)

Asherehsa commented 11 years ago

You can put

onclick="(function(){var z=document.createElement('script');z.src='https://www.subtome.com/load.js';document.body.appendChild(z);})()"

on any element.

julien51 commented 11 years ago

That's very true, but I'm thinking about platforms that do not allow for JS embeds, like Blogger for example.

julien51 commented 11 years ago

In practice that url already exists by default: it's http://www.subtome.com/#/subscribe?resource=http:%2F%2Fblog.superfeedr.com%2F&feeds=http:%2F%2Fblog.superfeedr.com%2Fatom.xml. We just need to make it such that it's easily configurable with an image in pages where JS is not allowed.

We probably also need to have a "back" param rather than redirecting to /done.html

julien51 commented 10 years ago

This technique should also be used to generate based buttons as per #76.