Skip to content

Instantly share code, notes, and snippets.

@mw-ferretti
Last active January 28, 2023 20:44
Show Gist options
  • Star 34 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mw-ferretti/ed91db2c896bf91ecfe5 to your computer and use it in GitHub Desktop.
Save mw-ferretti/ed91db2c896bf91ecfe5 to your computer and use it in GitHub Desktop.
Paypal button on markdown github

Steps:

<!-- Sample of code generated --> 
<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="RGQ8NSYPA59FL">
<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/pt_BR/i/scr/pixel.gif" width="1" height="1">
</form>
  • Find your "hosted_button_id", "cmd" and "input image" in the form.

  • Create markdown code using your variables:

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RGQ8NSYPA59FL)

Result:

paypal

@rafatieppo
Copy link

Thanks!

Copy link

ghost commented Jun 18, 2020

I made some edits for BBCODE and steam:

BBCODE (steam)

[url=DONATIONURLHERE][img]https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[/img][/url]

@Kirk-Patrick
Copy link

Thanks alot man really helped

@edcasillas
Copy link

So helpful!

@LufoX11
Copy link

LufoX11 commented Oct 23, 2020

Thank you man!

@GeoSaffer
Copy link

thanks

@lheredias
Copy link

Awesome! Thx.

@jtkDvlp
Copy link

jtkDvlp commented Jan 28, 2023

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment