How to Create Paypal Donation Button to your WebPage

Friday, October 17, 2008
Posted by Takumi 86


donation

You probably have seen so many people are using this Donation button, but wondered how you can make it, below is a quick guide on how you can create it

1. Place this code in your blog

[form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
[input name="cmd" value="_xclick" type="hidden">
[input name="business" value="put your email here@whatoever .com" type="hidden">
[input name="no_shipping" value="2" type="hidden">
[input name="no_note" value="1" type="hidden">
[input name="currency_code" value="USD" type="hidden">
[input name="tax" value="0" type="hidden">
[input name="bn" value="PP-DonationsBF" type="hidden">
[input src="https://www.paypal.com/en_US/i/btn/x-click-but11.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" type="image" border="0">
[img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" border="0" height="1">
[/form>

2. If you want to change the image into something different like this one

paypal Donation

Then replace https://www.paypal.com/en_US/i/btn/x-click-but11.gif (in the code above)
with this one https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif

P. S - It doesn't matter where do you gonna place it as long as you put in appropriate place

Another Donation Button can also be found on GosuBlogger There are 5 donation button in total from Chippin to Wordpress Donation Club



Attention! To make the works, please replace [ with <



If you like my post, please subscribe to my RSS feed!



Labels:

2 comments:

atlanta replacement windows said...

This is very helpful for the non profit site.

Sunil Bhaskar said...

I have designed a better version of Paypal form,which not only provides users to select one time subscription or
monthly payment,but also allows users to enter custom payment.Check it in action @ my blog:
http://sunil-bhaskar.blogspot.com


1. This blog is DoFollow
2. If you like my post, please leave your review and i'll appreciate that and do not spam, Thanks


Post a Comment