Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patharanordev/donate-in-git
Show how to add donate button in github
https://github.com/patharanordev/donate-in-git
chip donation paypal
Last synced: 5 days ago
JSON representation
Show how to add donate button in github
- Host: GitHub
- URL: https://github.com/patharanordev/donate-in-git
- Owner: patharanordev
- Created: 2016-04-23T10:35:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T08:48:11.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:37:15.834Z (3 months ago)
- Topics: chip, donation, paypal
- Homepage:
- Size: 2.93 KB
- Stars: 136
- Watchers: 5
- Forks: 151
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - patharanordev/donate-in-git - Show how to add donate button in github (others)
README
# Donate button in github
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://ko-fi.com/patharanor)I found 2 ways to add `Donate` function in your github project.
- Markdown
- Button## Markdown
You can get link of image file in SVG file format like this [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://ko-fi.com/patharanor) from `http://shields.io/`
and concatinate it with your [email code](https://developer.paypal.com/docs/classic/paypal-payments-standard/ht_create-pps-buttons/) in your PayPal account, please see example below:
```
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](YOUR_EMAIL_CODE)
```## Button
The button in `Donation` like `Markdown` topic but only change the image.
```
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](YOUR_EMAIL_CODE)
```## Donation
Methods :
- [Buy me a coffee](https://www.buymeacoffee.com/)
- [Ko-fi](https://ko-fi.com/)If this project help you reduce time to develop, you can give me a cup of coffee :)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://ko-fi.com/patharanor)