Is it possible to add a paypal donation as a sidebar widget on my blog?
-
I’ve read the tutorials and understand how to add the paypal donation button to a page or post, but the html is not working when I add it to the Text Widget.
Blog url: http://thenewblogthingy.wordpress.com -
Howdy,
Could you please paste the HTML code that you’re trying to add here? I’ll be glad to take a look. :-)
-
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”EFG3DNDPGCJ4S”>
<input type=”image” src=”https://www.paypalobjects.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.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
</form> -
We cannot allow form code for security reasons, but you can add a donation button following this guide: http://en.support.wordpress.com/paypal/
Thought the guide covers including the button in a post, you can follow the same basic guide with a Text or Image widget.
- The topic ‘Is it possible to add a paypal donation as a sidebar widget on my blog?’ is closed to new replies.