Customise Menue
-
Hi,
I want to add a DONATE button on my menu toolbar contains below HTML code, Is it applicable or not, If yes how…
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="XXXXXXXXXXXX"> <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>The blog I need help with is: (visible only to logged in users)
-
The method that button is using is an html form. For security reasons, that’s one of the types of html that is blocked on WordPress.com blogs.
However, it is possible to embed a PayPal donate button using a different method: http://en.support.wordpress.com/paypal/
-
- The topic ‘Customise Menue’ is closed to new replies.