https://github.com/pfefferle/wordpress-subtome
A plugin to integrate a SubToMe button to your blog
https://github.com/pfefferle/wordpress-subtome
hacktoberfest wordpress wordpress-plugin
Last synced: 6 months ago
JSON representation
A plugin to integrate a SubToMe button to your blog
- Host: GitHub
- URL: https://github.com/pfefferle/wordpress-subtome
- Owner: pfefferle
- License: gpl-2.0
- Created: 2013-11-19T14:33:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:10:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T18:11:14.555Z (over 1 year ago)
- Topics: hacktoberfest, wordpress, wordpress-plugin
- Language: PHP
- Homepage: http://wordpress.org/plugins/subtome/
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SubToMe
- Contributors: julien51, pfefferle
- Donate link: http://www.subtome.com/
- Requires at least: 3.3.1
- Tested up to: 6.6
- Stable tag: 1.5.6
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Tags: SubToMe, Follow, Subscribe, RSS, Feed
This widget adds a SubToMe button to your blog and allows people to subscribe to your content in one click.
## Description
This widget adds a [SubToMe](http://www.subtome.com/) button to your WordPress blog. This button allows your readers to follow your blog using their **favorite** applications.
If the user clicks the button, then, it will load an external iframe with JavaScript. The iframe will show the user the list of their favorite subscription tools. Once they pick one, they're redirect to it with your blog information.
The user information is stored in the browser, but is only accessible on the domain `subtome.com`, which is why we have to load the iframe.
No data is ever "leaked". The whole [SubToMe code](https://github.com/superfeedr/subtome) is open source. Feel free to check it out by yourself.
## Installation
1. Upload the plugin directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
2. Add the widget to your layout from the 'Widget' submenu in WordPress
## Credits
[WordPress Widget Boilerplate](https://github.com/tommcfarlin/WordPress-Widget-Boilerplate), [Matthias Pfefferle](http://notizblog.org/) for his precious help, mostly with version 1.3!
## Changelog
Project maintined on github at [pfefferle/wordpress-subtome](https://github.com/pfefferle/wordpress-subtome).
### 1.5.5
* version update
### 1.5.4
* version update
### 1.5.3
* WordPress coding standard fixes
* fixed JS bug
### 1.5.1
* fixed PHP warnings
### 1.5
* A SubToMe button for posts/pages
* More options to customize the button
### 1.4
* Updated README. More tests
### 1.3
* Simplified plugin
* Added shortcode
### 1.0
* First version