Trying to add a donate button on my page for my Paypal

  • Unknown's avatar

    I am trying to add a donation button to my page, but so far the best I can do is post a link, which doesn’t look too ‘professional’. Is there any way I can do this?

    Here is the code…

    <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
    <input type=”hidden” name=”cmd” value=”_donations”>
    <input type=”hidden” name=”business” value=”687PZP3AEAK4U”>
    <input type=”hidden” name=”lc” value=”US”>
    <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.paypalobjects.com/WEBSCR-640-20110306-1/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/WEBSCR-640-20110306-1/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
    </form>

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

  • You can do it, you just can’t use the form method.

    Follow this guide: http://en.support.wordpress.com/paypal/

  • The topic ‘Trying to add a donate button on my page for my Paypal’ is closed to new replies.