[wordpress插件] BTCP PayBTCP支付

wordpress 插件 文章 2020-03-12 10:30 517 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Allows users to make Bitcoin Private payments when using your WordPress site.

允许用户在使用您的WordPress网站时进行比特币私人付款。

Install then activate the plugin and it’ll take you to the settings page, asking you to copy your widget code from your account on the btcppay.com site into the textarea shown.

安装然后激活插件,它将带您进入设置页面,要求您将小部件代码从btcppay.com网站上的帐户复制到显示的文本区域。

After pasting in your widget code and hitting submit, you can then use the widget in a couple of ways:

粘贴小部件代码并单击提交后,您可以通过以下两种方式使用小部件:

Usage within areas you control from Admin, eg post pages, can use WordPress’s ‘Shortcodes’:

在您通过“管理员”控制的区域内使用信息(例如帖子页面),可以使用WordPress的“短代码”:

– Fixed value use: [btcp_pay_widget]

–固定值使用:[btcp_pay_widget]

– Attribute value use: [btcp_pay_widget amount=”987.654″]

–属性值使用:[btcp_pay_widget amount =” 987.654”]

Usage within code, eg templates, can use the PHP function:

代码内的用法(例如模板)可以使用PHP函数:

– Fixed value use: btcp_pay_widget();

–固定值使用:btcp_pay_widget();

– Function argument value use: btcp_pay_widget(987.654);

–函数参数值的使用:btcp_pay_widget(987.654);

Guides and support

指南和支持

You can find further information regarding this plugin at https://docs.btcppay.com/integrations/wordpress and get support via your account on btcppay.com also.

您可以在https://docs.btcppay.com/integrations/wordpress上找到有关此插件的更多信息,并通过btcppay.com上的帐户获得支持。

Feedback

反馈

We welcome feedback regarding the plugin use as well as ideas to improve and enhance.

我们欢迎您提供有关插件使用以及改进和增强想法的反馈。

Git Development

Git开发

The GitHub repo at https://github.com/BTCPrivate/btcp-widget contains widget and plugin code.

位于https://github.com/BTCPrivate/btcp-widget的GitHub存储库包含小部件和插件代码。

As an open source solution, we welcome dev help via pull requests.

作为开源解决方案,我们欢迎开发人员通过请求请求提供帮助。

下载地址
https://downloads.wordpress.org/plugin/btcp-pay.zip
-EOF-

AI助手支持GPT4.0