FairCoinWidget Shortcode

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

Author: (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.0.4
Plugin version:1.0
Added to WordPress repository:16-04-2015
Last updated:01-05-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://getfaircoin.net/widget
Total downloads:3 886
Active installs:10+
plugin download
Click to start download

This plugin adds the shortcode [faircoinwidget] to embed a faircoin donation button.

Anywhere in a post or template (or sidebar widget if you have the appropriate plugins installed) you can include the text [coinwidget address="your faircoin address"] and it will be replaced with a button as seen on http://getfaircoin.net/widget/.

Supported attributes as documented here http://getfaircoin.net/widget/

  • address - default ""
  • currency - default "faircoin"
  • counter - default "count"
  • alignment - default "bl"
  • qrcode - default "true"
  • auto_show - default "false"
  • decimals - default "4"
  • lbl_button - default "Donate"
  • lbl_address - default "My Faircoin Address:"
  • lbl_count - default "donations"
  • lbl_amount - default "FAIR"

Example:

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

or simply:

[coinwidget address="<your faircoin address>"]

This plugin is now based on a forked version from the original coinwidget (by Sccot). Faircoin version available at https://github.com/Yyuri/FairCoinWidget

Original bitcoin version https://github.com/scottycc/coinwidget.com

To get public information about your Faircoin address it makes queries to https://chain.fair-coin.org/address/.