Community Central
Community Central
Forums: Index Community Central Forum Paypal Button Code Issues
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 1273 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


Hello, I was wondering how to get the paypal generated button code to work on Wikia. You can see my edit here where I am attempting to add it (as well as placing it on a particular side of the page and other common wiki coding stuff). Anyways, am I missing something or some code I've never used before that can make this work?   Hooper   talk    contribs    email   19:12, September 20, 2010 (UTC)

Try placing it in eg. MediaWiki:Paypal (requires sysop) and then call it by adding <verbatim>Paypal</verbatim> where you want to place it. --Duskeytalk 19:33, September 20, 2010 (UTC)
I like to think of myself as decently wiki capable, but you just lost me.   Hooper   talk    contribs    email   02:23, September 21, 2010 (UTC)

1. Copy this code to MediaWiki:Paypal on your wiki.

<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="TTKD6N54JVB66">
<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>

2. Insert <verbatim>Paypal</verbatim> where you want the button to appear. --Duskeytalk 03:21, September 21, 2010 (UTC)