Coinwidget Shortcode

Coinwidget Shortcode Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 4,267 downloads
Coinwidget Shortcode Icon

Try plugin: Coinwidget Shortcode

We'll create fresh WordPress site with Coinwidget Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Coinwidget Shortcode

Defines a shortcode for embeddeding the standard coinwidget button on your Wordpress blog.

1


0


0


0


0

updated: 9 years ago
since: 10 years ago
author: Kaz Okuda

Description

This plugin adds the shortcode [coinwidget] to embed a coinwidget.com bitcoin donation button.

See http://coinwidget.com.

Since the coinwidget.com source has not changed in some time, this plugin is now based on a branch available at https://github.com/alvinhkh/CoinWidget

To get public information about your Bitcoin address it makes queries to http://blockchain.info/address/.
To get public information about your Litecoin address it makes queries to http://explorer.litecoin.net/address/.
To get public information about your Dogecoin address it makes queries to http://dogechain.info/address/.

Usage

Embed the short [coinwidget] anywhere in your posts or template to include a coinbase button that, when clicked, will display a address for users to send Bitcoins.

Supported attributes as documented here http://coinwidget.com/

  • address – default “”
  • currency – default “bitcoin”, possible (“bitcoin”, “litecoin”, “dogecoin”)
  • counter – default “count”
  • alignment – default “bl”
  • qrcode – default “true”
  • auto_show – default “false”
  • decimals – default “4”
  • lbl_button – default “Donate”
  • lbl_address – default “My Bitcoin Address:”
  • lbl_count – default “donations”
  • lbl_amount – default “BTC”

Example:

[coinwidget
    address="12uaFq9CyGZBoT6nSbVzZ2AjGnZkfRSHoy" currency="bitcoin"
    counter="count" alignment="al" qrcode="false" auto_show="true"
    lbl_button="Press Me" lbl_address="Me Place" lbl_count="Gimme"
    lbl_amount="$$$"]