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.1 kB

HITS: 664

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

comments powered by Disqus