ershiwo / donate-page

Home Page:https://kaiyuan.github.io/donate-page/simple/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donate-Page

这是一系列整理好的捐赠按钮样式。

Donate-Page

直接 Fork 之后需要修改以下内容为你的账户

/simple/script.js:4-6 对应账户的二维码路径

/simple/script.js:8 var ppbusiness = "你的 PayPal 账号"; //建议用Unicode

/simple/index.html:37 <input id="btc-key" type="text" value="比特币账号" readonly="readonly">

针对不同项目可以直接在 URL 加入项目参数和金额,不过仅仅作用于 PayPal 方式.

https://kaiyuan.github.io/donate-page/simple/?item='donate-page&price=2'

使用 iframe 嵌入页面的代码,高度至少 220px,宽度至少 310px

<iframe src="https://kaiyuan.github.io/donate-page/simple/?item=easy-select-style" style="overflow-x:hidden;overflow-y:hidden; border:0xp none #fff; min-height:280px; width='100%'"  frameborder="0" scrolling="no"></iframe>

License

Released under the MIT license.

About

https://kaiyuan.github.io/donate-page/simple/

License:MIT License


Languages

Language:CSS 45.2%Language:JavaScript 40.1%Language:HTML 14.7%