Skip to content

Instantly share code, notes, and snippets.

@astrapi69
Last active December 23, 2017 09:17
Show Gist options
  • Save astrapi69/168337055f906097fb10f0dd022e34e1 to your computer and use it in GitHub Desktop.
Save astrapi69/168337055f906097fb10f0dd022e34e1 to your computer and use it in GitHub Desktop.
Create a Paypal Button link that you can use in markdown file

For creating the Paypal Button link you have to go first to the Button Manager API.

When the button is created you can copy the link from the email tab.

<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MJ7V43GU2H386" 
target="_blank">
<img src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" alt="PayPal this" 
title="PayPal – The safer, easier way to pay online!" border="0" />
</a>

Replace the href attribute with the copied link from the email tab. Paste the result to your markupdown file.

Finished.

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