Paypal button is not showing
-
I trying to add a donate button to my site. So I copy the HTML from Paypal, but it never shows up? why?
The blog I need help with is: (visible only to logged in users)
-
-
What exact HTML did you copy from Paypal? They always give you two versions: the encrypted form and the unencrypted form. Only the unencrypted form will work here.
-
-
Here it is” `<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_donations”>
<input type=”hidden” name=”business” value=”396URCELFYAUY”>
<input type=”hidden” name=”lc” value=”US”>
<input type=”hidden” name=”item_name” value=”Laptop Memo WordPress.org Fundraiser”>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”hidden” name=”bn” value=”PP-DonationsBF:btn_donateCC_LG.gif:NonHosted”>
<input type=”image” src=”https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypal.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
</form>`That’s it!
-
That is the “form” code from paypal and it will not work here. Review this support document: http://support.wordpress.com/paypal/
-
Watch the video at the bottom of that support page and it will walk you through creating a donate button.
- The topic ‘Paypal button is not showing’ is closed to new replies.