이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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/

스크린샷

설치

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

FAQ

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.