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

Simple Money Button

描述

Create one or more shortcodes for accepting Bitcoin SV payments through Money Button. A shotcode looks like:

[simple_money_button to=”[email protected]” amount=”0.01″ currency=”USD” type=”tip”]

a) Variable “to” should be either a Money Button username, a Paymail address, or a Bitcoin SV address.
b) Variable “amount” should use a period as decimal separator.
c) Currency can be either fiat currency code, like USD, or digital currency code, like BSV.
d) Variable “type” can be either “tip” or “buy”.
e) Quotes in the shortcode should be basic quotes, not curly.

Available attributes, their default values, and data types:

to = empty (string)
amount = 1 (string)
currency = USD (string)
label = empty (string)*
successmessage = Thank you! (string)
hideamount = false (boolean)
buttonid = empty (string)
type = tip (string)
editable = false (boolean)
disabled = false (boolean)
devmode = false (boolean)

*) max. 20 characters including amount length.

More information about Money Button is available at: www.moneybutton.com

安装

Install and enable.

评价

2019 年 7 月 15 日 1 回复
Thanks for de the develop. Almost perfect in what it does.. I just found a error message in some devices when the viewer does not have installed money button. “Please, check your money buttom settings”
阅读所有1条评价

贡献者及开发者

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

贡献者

「Simple Money Button」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Simple Money Button」翻译成简体中文。

对开发感兴趣吗?

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

更新日志

Version 0.1 was released 24th March 2019. Basic functionality was implemented.

Version 0.2 was released 18th May 2019. Minor enhancements to the code.

Version 0.3 was released 28th January 2023. Minor enhancements to the code.