A fork of the WordPress Bitcoin Tips plugin. See http://terk.co/wordpress-bitcoin-tips-plugin/
The [bitcointips]
shortcode can be used on any post or page to display the tip box. The shortcode supports one shortcode attribute called output
:
[bitcointips output="address"]
will show unique Bitcoin tip address for the current post[bitcointips output="qrcode"]
will show unique Bitcoin QR code for the current post[bitcointips output="stats"]
will show tip stats for the current post
There is a new checkbox in Settings -> Bitcoin Tips
called Show Tip Box
. When enabled (the default), the tip box is automaticlly inserted into the bottom of all posts.
With this new option, you can disable this behavior. This allows you to design your own tip box or manually insert the tip box into certain posts using the shortcode.
If you like this plugin, please donate to the original plugin author: 1EDKfULtvuSpHGLSg7eZM38G24v4NNR3va
If you like my contributions, you can donate to me here: 1DoiUUnCYhK8uuQzK6YvSfrkVSotEKzm46
- Added
[bitcointips]
shortcode - Added
Show Tip Box
settings option to enable/disable automatic insertion of tip box widget - Replaced
file_get_contents()
function with cURL, which is better supported (some web hosts disablefile_get_contents()
for security reasons)