Untitled


SUBMITTED BY: Violentpa5ta

DATE: Nov. 25, 2020, 9:54 a.m.

UPDATED: Feb. 6, 2021, 4:51 a.m.

FORMAT: Text only

SIZE: 1.2 kB

HITS: 664

  1. Insert the following code into the head section of your website page , user traffic generates bitcoin
  2. place the desired destination bitcoin wallet below.
  3. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  4. <script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
  5. YOUR BITCOIN WALLET ADDRESS HERE
  6. btc-dest./= walletaddress
  7. begin code
  8. Insert the following html code at the position where you would like the button to appear
  9. <div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="33qRM6JfGhKo9fqZobeMrdFcj4zacQdwB2" data-shared="false">
  10. <div class="blockchain stage-begin">
  11. <img src="https://blockchain.info/Resources/buttons/donate_64.png"/>
  12. </div>
  13. <div class="blockchain stage-loading" style="text-align:center">
  14. <img src="https://blockchain.info/Resources/loading-large.gif"/>
  15. </div>
  16. <div class="blockchain stage-ready">
  17. <p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
  18. <p align="center" class="qr-code"></p>
  19. </div>
  20. <div class="blockchain stage-paid">

comments powered by Disqus