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
Line 42: Line 42:
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
     <input type="hidden" name="cmd" value="_donations" />
 
     <input type="hidden" name="cmd" value="_donations" />
     <input type="hidden" name="hosted_button_id" value="5KVV6R7WJE64A" />
+
     <input type="hidden" name="business" value="[email protected]">
 
     <input type="hidden" name="item_name" value="<!--{$budget|escape:'html'|default:'general funds'}-->">
 
     <input type="hidden" name="item_name" value="<!--{$budget|escape:'html'|default:'general funds'}-->">
 
     <input type="hidden" name="item_number" value="OWASP Foundation">
 
     <input type="hidden" name="item_number" value="OWASP Foundation">

Revision as of 14:05, 4 March 2019

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.

Basically, put the wiki code below into your page:

{{#widget:PayPal donation
|target=
|currency=
|budget=
}}

All three parameters (target, currency & budget) are optional and have the following default values

|target=_top
|currency=USD
|budget=general

So if you want your chapter or project to get the donation, put its name in the budget parameter like:

|budget=Chicago Chapter

or

|budget=OWASP WTE

So, if you wanted donation in USD to the OWASP WTE project, you'd include the following in your wiki page:

{{#widget:PayPal donation
|budget=OWASP WTE
}}

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.