davesteps / machLearn

Machine learning dashboard created with R/shiny
https://davesteps.shinyapps.io/machLearn/
Apache License 2.0
81 stars 54 forks source link

I was wondering about the paypal button #1

Open VMJim opened 7 years ago

VMJim commented 7 years ago

Hi there,

I was wondering about how you did the paypal button on https://davesteps.shinyapps.io/machLearn/ could you update the repo?

Many thanks.

Jim

davesteps commented 7 years ago

The paypal button is added with this line of code in ui.R. The hosted_button_id is obtained from paypal and tied to your account.

HTML('<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=STYYMLHRFWY6L"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg?style=flat" /></a>'))