Description
Bitcoin Shortcodes
Add bitcoin information in your wordpress blog posts
This wordpress plugin adds 10 shortcodes to wordpress to display bitcoin information.
Shortcodes:
- [bitwp type=??price??] ?C Displays bitcoins current value in USD
- [bitwp type=??totalbc??] ?C Total Bitcoins in circulation
- [bitwp type=??perblock??] ?C Current block reward in BTC
- [bitwp type=??difficulty??] ?C Current difficulty target as a decimal number
- [bitwp type=??hashestowin??] ?C Average number of hash attempts needed to solve a block
- [bitwp type=??blockcount??] ?C Current block height in the longest chain
- [bitwp type=??probablity??] ?C Probability of finding a valid block each hash attempt
- [bitwp type=??nextretarget??] ?C Block height of the next difficulty retarget
- [bitwp type=??avgtxsize??] ?C Average transaction size for the past 1000 blocks
- [bitwp type=??avgtxvalue??] -Average transaction value
Requirements:
- file_get_contents must be enabled
- allow_url_fopen must be enabled