Linux 软件免费装

SomeNano for WordPress

开发者 pwlk
更新时间 2019年5月5日 11:05
捐献地址: 去捐款
PHP版本: 5.2.4 及以上
WordPress版本: 5.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

donation payment donations paywall pay money cryptocurrency wall nano

下载

0.1.3 0.1.0 0.1.1 0.1.2 0.1.4

详情介绍:

SomeNano for WordPress is a Plugin that will allow you to accept Nano cryptocurrency as payment on your WordPress site. Some different ways that you can accept payment is... Demo site with example usage can be found here: wordpress.somenano.com. Shortcodes:

安装:

  1. Upload the plugin files to the /wp-content/plugins/somenano-wordpress directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->SomeNano screen to configure the plugin
You must set a default Nano account for this plugin to work. It will display an error until you enter a Nano account.

屏幕截图:

  • Demonstration of how a user makes a payment.  This demo uses the VANO wallet browser extension.
  • A paywall will appear on a post or page.  All content below the paywall will not be visible until the payment has been made.
  • Once paid, the paywall goes away.  You can show a message thanking the user in place of the paywall, or just leave it blank.
  • A simple shortcode is added to a post or page.  Attributes can be customized in the shortcode to override the defaults.
  • Settings page allows default values to be set.
  • View all payments made to the posts and pages on your site.

升级注意事项:

0.1.4 Regex error fix 0.1.3 New shortcode somenano_paywall_numpaid inserts number of payments for particular post/page 0.1.2 New admin screen for viewing history and metrics of payments and minor style fixes 0.1.1 Added database table in the settings to view paid transactions. 0.1.0 Initial release

常见问题:

How do I use the Paywall?

Type the shortcode [somenano_paywall] anywhere in a post or page. All content after the shortcode will not be shown to the user until the user sends payment. After the payment is sent, the paywall will be gone forever for a user that was logged into the site, and for users not logged in, will be gone as long as the saved cookie remains in their browser. Shortcode Attributes - the following attributes can be given in the shortcode and override the default values in Settings->SomeNano.

  • account: Nano account to receive payment
  • currency: Type of currency to convert to Nano for payment
  • amount: The amount in set currency to charge for the paywall. Will be converted to Nano for payment
  • preface: Text to show on paywall to inform the user what to do
  • paid_note: Text that will be shown instead of the paywall after a payment is made
Example:
  • Override default values: [somenano_paywall currency="usd" amount="0.10"]
  • Use default values: [somenano_paywall]

My payment goes through but the paywall stays

This is likely due to a plugin conflict, probably a caching plugin. Disable caching plugins (and possibly others) to verify that is the problem. Many caching plugins let you set exceptions, you should do this for pages or posts that have a paywall. Read more about about caching plugin conflicts here: Caching Plugins and SomeNano for Wordpress

更新日志:

0.1.4