I have scoured over tons of search results, but I just can't find the right thing. Does anyone have the code/plugin for a paypal donation? Similar to the one on the wordpress donation site?
Thanks for the help!
I have scoured over tons of search results, but I just can't find the right thing. Does anyone have the code/plugin for a paypal donation? Similar to the one on the wordpress donation site?
Thanks for the help!
Maybe this? (search page for Paypal)
Thanks for the help, unfortunately, the link was down. I found the code though:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<p style="text-align:center;">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="email@domain.com" />
<input type="hidden" name="item_name" value="Business" />
<input type="hidden" name="item_number" value="Item Name" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="lc" value="US" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" name="submit" alt="Alternate Text" />
</form>
That'll work -- a lot cheaper, too.
This topic has been closed to new replies.