Add donate Button BDFACE LIFESTYLE[ www.lifestyle21.blogspot.com]


www.lifestyle21.blogspot.com
Add donate Button
www.lifestyle21.blogspot.com
If you want to make a few bucks from all the hard work you are putting into your blog then consider adding a AlertPay donate button to your Blogger blog (Blogspot blog).
Adding a donation button will encourage all those happy readers to say a big thank you for helping them out. Not everyone will donate but you will get the odd generous soul who will willingly donate some chump change to shout you a coffee.
In this Blogger tutorial we will be adding a gadget to the Blogger sidebar to contain our AlertPay Donate Button but we won't be changing the template. Skill level is rated easy.
Many times I read in an AlertPay donate button. You know that button where users can donate to small quantity site. But finding one is really hard. Paypal ™ has a button to donate, but you can donate only if you have a Paypal ™ account. But everyone does not have a Paypal ™ account.
So here is the code:
<script language="JavaScript">
function checkIt(evt) {
    evt = (evt) ? evt : window.event
    var charCode = (evt.which) ? evt.which : evt.keyCode
    if (charCode > 31 && (charCode < 48 || charCode > 57)) {
        status = "This field accepts numbers only."
        return false
    }
    status = ""
    return true
}
</script></head><body>
Enter Donation Amount:
<form method="post" action="https://www.alertpay.com/PayProcess.aspx">
     <input type="hidden" name="ap_purchasetype" value="item-goods">
     <input type="hidden" name="ap_merchant" value="nirjonfahim@hotmail.com ">
     <input type="hidden" name="ap_itemname" value="Donate">
     <input type="hidden" name="ap_returnurl" value="Thank you page">
     <input type="hidden" name="ap_quantity" value="1">
     <input type="hidden" name="ap_description" value="Your each penny will keep us to continue">
     <input type="text" name="ap_amount" value="" onKeyPress="return checkIt(event)">
<select name="ap_currency">
<option value="AUD">AUD</option>
<option value="BGN">BGN</option>
<option value="CAD">CAD</option>
<option value="CHF">CHF</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="EEK">EEK</option>
<option value="EUR">EUR</option>
<option value="GBP">GBP</option>
<option value="HKD">HKD</option>
<option value="HUF">HUF</option>
<option value="LTL">LTL</option>
<option value="MYR">MYR</option>
<option value="NOK">NOK</option>
<option value="NZD">NZD</option>
<option value="PLN">PLN</option>
<option value="RON">RON</option>
<option value="SEK">SEK</option>
<option value="SGD">SGD</option>
<option value="USD" selected="selected">USD</option>
<option value="ZAR">ZAR</option>
</select>
     <input type="hidden" name="ap_cancelurl" value="your cancelation url">
     <input type="image" name="ap_image" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7MlPzeQnqBklZLpuC83jUrBijcq5-Jgvn7si4cqz_KUVFeaAalWk0xWytk1M_oXgoNLJeqojVED600Wr3mRRqh8FDxnDYWKcF4R1zM5Ib8D1Kv9Ak92yd6gZkXTzpzVywX8u_OSWw66M/s104/alertpaydonate.jpg">
</form>

Now,you will see some html code... Copy it and sign in to your blogger dashboard »» Click on the layout »» Add a Page element »» html/javascript »» and paste that html code and SAVE THE CHANGES.
www.lifestyle21.blogspot.com  Click Here and open an account.


No comments:

Post a Comment