“Liked my Post? Buy Me a beer!” Button

Today, After studying some paypal features, I remembered, that I always wanted to have “Buy me a Beer” button on my blog. So i did a nice looking image, write a little code ( thanks to paypal support ). And here it is, a functional “Liked my Post? Buy me a beer!” button :). If anyone Would like to have something familiar, then it is pretty easy.
First, You’ll need to create a nice looking button ( or if You can’t, I can help You, just contact me ). After that, go to Paypal site about donation. There You have a code, which will use.
It should look like this:
<form name=”_xclick” action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_xclick”>
<input type=”hidden” name=”business” value=”YOUR PAYPAL ACCOUNT HERE”>
<input type=”hidden” name=”item_name” value=”NAME FOR DONATION - FOR EXAMPLE BUY ME A BEER!”>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”amount” value=”10.00″>
<input type=”image” src=”YOUR IMAGE ADDRES” border=”0″ name=”submit” alt=”NAME FOR DONATION - FOR EXAMPLE BUY ME A BEER!”>
</form >
I placed it in my Single Post, and Page theme templpates, thanks to that, it is visible at every page of my site. I’m also a bit sceptical about this button, so, if noone will “buy me some beer” I’ll propably remove it from my site.
If You have any problems or need help with adding it to Your site/blog feel free to contact me - I would to help if needed :).
