pathCast
Log in

Difference between revisions of "Widget:PayPal donation"

From pathCast
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>__NOTOC__
+
<form action="https://www.paypal.com/donate" method="post" target="_top">
This widget allows you to embed '''[https://www.paypal.com/webapps/mpp/get-started/donate-button A PayPal donate button]''' on your wiki page.
+
<input type="hidden" name="business" value="JUSGCREU8J2Y4" />
 
+
<input type="hidden" name="no_recurring" value="0" />
Created by [https://www.mediawiki.org/wiki/User:Tosfos Ike Hecht]
+
<input type="hidden" name="item_name" value="At pathCast we provide an open-access academic platform to bridge the knowledge gap in professional pathology edu globally." />
 
+
<input type="hidden" name="currency_code" value="USD" />
== Using this widget ==
+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
For information on how to use this widget, see [https://www.mediawikiwidgets.org/PayPal_donation the widget description page on MediaWikiWidgets.org].
+
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
 
 
== Copy to your site ==
 
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
 
</noinclude><includeonly><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="<!--{$target|escape:'html'|default:'_top'}-->">
 
<div class="paypal_donation_button">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="PUT YOUR PAYPAL ID HERE">
 
<input type="hidden" name="currency_code" value="<!--{$currency|escape:'html'|default:'USD'}-->">
 
<input type="image" src="https://pathologycast.com/pathcast_logo.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
 
<img alt="" border="0" src="//www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
</div>
 
 
</form>
 
</form>
</includeonly>
 

Latest revision as of 17:12, 17 January 2022

<form action="https://www.paypal.com/donate" method="post" target="_top"> <input type="hidden" name="business" value="JUSGCREU8J2Y4" /> <input type="hidden" name="no_recurring" value="0" /> <input type="hidden" name="item_name" value="At pathCast we provide an open-access academic platform to bridge the knowledge gap in professional pathology edu globally." /> <input type="hidden" name="currency_code" value="USD" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> </form>