HTML code for donate button

  • Unknown's avatar

    I want to add a DONATE button on my blog but not sure exactly how to do it. I have the HTML code for it, but do not know what to do next. I would love to have it on the sidebar so it remains obvious. Please help! The following is the code:

    <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=”6931780″>
    <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>

    The blog I need help with is: (visible only to logged in users)

  • Please review http://support.wordpress.com/paypal/ for how to obtain the proper HTML code. The code that you provided will not work, as external forms are currently prohibited here at WordPress.com.

  • The topic ‘HTML code for donate button’ is closed to new replies.