开发者 | Jandal |
---|---|
更新时间 | 2014年6月2日 16:35 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
bitcoin-payments.zip
to the wp-content/plugins
directoryYes, you can define custom addresses per widget or shortcode, this will allow you to track which code is attracting the most payments.
Yes, much wow, if you have dogecoin you can use this plugin to display that address and others too!
No, currently this plugin does not integrate with other services directly. You enter and manage the addresses you want to use. Those addresses can be generated and kept on any device or web or paper wallet of your choice.
No, this is just the ability to display your address as text or a QRCode as many times where ever you like on your site.
There is a good chance that the QRCodes have the same DIV ID, if you are using the widget, please check the last setting in the widget settings, and in the shortcode you can set "div_id". Please check the "How To Use It" tab on the Settings page for more details.
Try adding the following CSS to your theme Style Sheet, it will do it's best to try and force those long addresses to break on to multiple lines.
.btcpWAddress{ word-wrap: break-word; word-break: break-all; }
Or you could hide the address, please check the "How To Use It" tab on the Settings page for more details.