How To Create Donation Button
Note :- Website just be java-script enabled !
Insert the following Below code into the head section of the page :-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="https://blockchain.info//Resources/wallet/pay-now-button.js"></script>
Then Insert the following Below html code at the position where you would like the button to appear :-
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn"
data-address="17xe8MSRGS1Upg94ipNaumMAyJ3JnuwByB"
data-shared="false">
<div class="blockchain stage-begin">
<img src="https://blockchain.info//Resources/buttons/donate_64.png"/>
</div>
<div class="blockchain stage-loading" style="text-align:center">
<img src="https://blockchain.info//Resources/loading-large.gif"/>
</div>
<div class="blockchain stage-ready">
<p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">
Donation of <b>[[value]] BTC</b> Received. Thank You.
</div>
<div class="blockchain stage-error">
<font color="red">[[error]]</font>
</div>
</div>
And there you go ! Your donation button is all set up !
Thanking you !
Bitcoin Address :- 17xe8MSRGS1Upg94ipNaumMAyJ3JnuwByB