I want to add a heart symbol button over which a stripe payment gateway would open. The blog is hosted in GitHub. How can I create such button like "Buy me a coffee" or "Red Heart" on my jekyll website?
Asked
Active
Viewed 664 times
0
1 Answers
0
You can have HTML code inside a markdown in Jekyll so just add the HTML code for the button in the markdown file.

seenukarthi
- 8,241
- 10
- 47
- 68
-
I have tried for the "Donate" button but i dont know how to get the svg and link it to API key of payment gateway? – codewithdev Aug 14 '19 at 05:34