This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Widget:PayPal Donation"

From OWASP
Jump to: navigation, search
(Removed some documentation which seems to be causing problems)
(Using default code to debug errors with button)
Line 3: Line 3:
  
 
Created by [https://www.mediawiki.org/wiki/User:Tosfos Ike Hecht]
 
Created by [https://www.mediawiki.org/wiki/User:Tosfos Ike Hecht]
 
Modified for OWASP use by Matt Tesauro
 
  
 
== Using this widget ==
 
== Using this widget ==
Line 13: Line 11:
 
</noinclude><includeonly><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="<!--{$target|escape:'html'|default:'_top'}-->">
 
</noinclude><includeonly><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="<!--{$target|escape:'html'|default:'_top'}-->">
 
<div class="paypal_donation_button">
 
<div class="paypal_donation_button">
<input type="hidden" name="cmd" value="_donations">
+
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="[email protected]">
+
<input type="hidden" name="hosted_button_id" value="Z7MBFA8U9B6B8">
 
<input type="hidden" name="currency_code" value="<!--{$currency|escape:'html'|default:'USD'}-->">
 
<input type="hidden" name="currency_code" value="<!--{$currency|escape:'html'|default:'USD'}-->">
 
<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!">
 
<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!">

Revision as of 05:04, 23 September 2016

This widget allows you to embed A PayPal donate button on your wiki page.

Created by Ike Hecht

Using this widget

For information on how to use this widget, see the widget description page on MediaWikiWidgets.org.

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as Widget:PayPal Donation article.