Changeset 1286210
- Timestamp:
- 11/14/2015 01:39:02 PM (10 years ago)
- Location:
- satoshipay/trunk
- Files:
-
- 8 added
- 2 edited
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
readme.txt (modified) (2 diffs)
-
satoshipay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
satoshipay/trunk/readme.txt
r1286031 r1286210 2 2 3 3 Contributors: satoshipay 4 Tags: micropayments, bitcoin, paywall, paid content, payment, satoshipay, nanopayments 4 Tags: micropayments, bitcoin, paywall, paid content, payment, satoshipay, nanopayments, widget 5 5 Requires at least: 4.0 6 6 Tested up to: 4.3.1 7 Stable tag: trunk7 Stable tag: 0.5.1 8 8 License: GPL2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Integrates SatoshiPay into WordPress. SatoshiPay allows you to monetize content using bitcoin nanopayments, even setting prices of 1c or less per post are possible. 11 Adds SatoshiPay to your site, allowing you to monetize bits of content using bitcoin nanopayments of down to 1c or less. 12 13 == Description == 14 15 SatoshiPay is a cross-website, 0-click content payment mechanism based on the popular cryptocurrency bitcoin. To use SatoshiPay your readers don't need to sign up or download any additional software. If they come to your site with a pre-filled wallet, they will be able to pay for your content with just a single click, or if they have set their SatoshiPay wallet to allow automatic payments they won't have to click at all. Automagically make an income with your content! :) 16 17 As a publisher you only need to install the plugin, get SatoshiPay API credentials (see note below), create a bitcoin wallet for your earnings and you are ready to go. 18 19 Note: We are currently invite-only for publishers, but will open to all publishers soon. Email us at hello@satoshipay.io to get early access or sign up at https://satoshipay.io/#beta to be notified once we launch publicly. 12 20 13 21 == Installation == … … 17 25 * Select SatoshiPay from the left-hand admin menu and add SatoshiPay API credentials (see note below). 18 26 19 Note: We are currently invite only. Email us at hello@satoshipay.io to get early access API credentials or sign up at https://satoshipay.io/#beta to be notified once we launch publicly. 27 Note: We are currently invite-only for publishers, but will open to all publishers soon. Email us at hello@satoshipay.io to get early access or sign up at https://satoshipay.io/#beta to be notified once we launch publicly. 28 29 == Screenshots == 30 31 1. Editing and pricing a post. 32 2. Post with masked text, price tag and SatoshiPay widget. 33 3. Opened SatoshiPay widget. 34 4. Bitcoin top-up dialog. 35 5. Post after payment. 36 6. SatoshiPay settings. 20 37 21 38 == Changelog == 39 40 = 0.5.1 = 41 42 * Added screenshots. 43 * Added more detailed plugin description. 44 * Added plugin directory icon and banner. 22 45 23 46 = 0.5.0 = -
satoshipay/trunk/satoshipay.php
r1286031 r1286210 12 12 * Plugin URI: https://wordpress.org/plugins/satoshipay/ 13 13 * Description: Integrates SatoshiPay into WordPress. Quick start: 1) Select SatoshiPay from the left-hand admin menu, 2) add SatoshiPay API credentials, 3) edit a post, 4) activate "Paid Content" in SatoshiPay meta box, 5) set a price, 6) publish and view post. The SatoshiPay widget will appear and allow you to pay for the post. 14 * Version: 0.5. 014 * Version: 0.5.1 15 15 * Author: SatoshiPay 16 16 * Author URI: https://satoshipay.io … … 30 30 // Plugin version, used in user-agent string for API calls; keep in sync with 31 31 // version in plugin description above! 32 define('SATOSHIPAY_VERSION', '0.5. 0');32 define('SATOSHIPAY_VERSION', '0.5.1'); 33 33 34 34 // Load configuration, silently ignore missing config.php
Note: See TracChangeset
for help on using the changeset viewer.