该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

CashTippr

描述

Earn money for your content using instant Bitcoin Cash tips (0 conf).

Advantages & Features:

  • earn tips from your content
  • add tip buttons for voluntary donations or
  • hide parts of your posts to require users to tip
  • AdBlock detection: show custom message to AdBlock users
  • 0 coding skills required

Check the demo at CashTippr.com and send me a tip to support development.

Easy Setup:

  • just enter your BCH address in WP admin panel. That’s all!
  • add tip buttons to posts by typing a shortcode: [tippr_button]
  • ability to hide content until donation: [tippr_hide]your hidden text[/tippr_hide] – a powerful way to sell digital media such photos, videos, etc…
  • automatically insert tip buttons at the end of posts/pages

Advanced Features:

  • set limits how many hidden posts new users can view (cookie based)
  • customize the text before the buttons
  • set daily/weekly/monthly full-access passes for all your hidden content
  • setup donation goals for posts to make them fully available for free
  • setup expiry times to make old posts available for free
  • show ads for users who have made 0 donations
  • include a Bitcoin Cash (BCH) faucet on the bottom of the page to increase your revenue and BCH adoption
  • show hidden contents to search engines (only hide it with CSS)
  • Memcached support for high traffic sites (>50k users daily)

This plugin loads code API code from bitcoin.com to interact with BadgerWallet – a browser extension for BCH payments.
This does not require an account or signup at their service. Their privacy policy is available here: https://www.bitcoin.com/privacy-policy/

屏幕截图

  • Tip button in post
  • Admin Area 1
  • Admin Area 2
  • Admin Area 3

安装

Just install it from the WordPress plugin store or upload the cashtippr.zip file via your browser in your WordPress plugin page.

常见问题

Is this plugin for free?

Yes this plugin is completely free.

评价

2022 年 5 月 11 日
It keeps showing up on my pages instead of my posts and when I uninstalled the plug in it remained stuck on my website. Please help
阅读所有2条评价

贡献者及开发者

「CashTippr」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「CashTippr」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.19

  • cdde cleanup and fixes

1.1.11

  • added adblock detection and option to show another post to adblock users

1.1.10

  • added button styling options

1.1.9

  • find first empty-balance address when changing xPub using WP cron

1.1.8

  • improved payment page UI
  • improved REST API stability for payment checks

1.1.0

  • added CashP library support for BCH payment address generation using xPub https://github.com/Ekliptor/cashp

1.0.40

  • replaced MoneyButton with BadgerWallet

1.0.29

  • added support for QR code tips in BCH of non-restricted content (only when USD is selected as currency, more coming later)

1.0.26

  • added BCH addresses per WordPress author

1.0.17

  • added internal WP hooks in preparation for blurry image addon (and others)
  • minor fixes

1.0.14

  • show donation progress bar on posts with a donation goal
  • option to show donation amoount posts
  • added more API functions: cashtippr_button(float $amount = 0.0, $canEdit = false, $beforeBtnText = ”) and cashtippr_button_hide(string $text, int $postID, float $amount = 0.0, $canEdit = false, $beforeBtnText = ”)

1.0.13

  • added cashtippr_button(float $amount = 0.0, $canEdit = false) API function to be used within your own plugin code and templates

1.0.11

  • initial release fixes

1.0.10

  • Initial release.