All Projects → sinchang → Vdonate

sinchang / Vdonate

💰 为你的网站增加个微信、支付宝二维码,方便读者打赏

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vdonate

Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (+352.73%)
Mutual labels:  alipay, wechat
Gopay
golang支付:微信公众号,微信app,微信小程序,微信企业支付,支付宝网页版,支付宝app,支付宝企业支付
Stars: ✭ 313 (+469.09%)
Mutual labels:  alipay, wechat
Stepchanger
步数修改器
Stars: ✭ 275 (+400%)
Mutual labels:  alipay, wechat
Gopay
golang语言实现的支付模块,支持支付宝app,支付宝网页版,微信app,微信公众号支付
Stars: ✭ 151 (+174.55%)
Mutual labels:  alipay, wechat
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (+845.45%)
Mutual labels:  alipay, wechat
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+236.36%)
Mutual labels:  alipay, wechat
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (+432.73%)
Mutual labels:  alipay, wechat
React Native Puti Pay
基于 React Native 的微信支付,支付宝支付插件
Stars: ✭ 277 (+403.64%)
Mutual labels:  alipay, wechat
Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了
Stars: ✭ 4,176 (+7492.73%)
Mutual labels:  alipay, wechat
Okam
Mini program development framework
Stars: ✭ 399 (+625.45%)
Mutual labels:  alipay, wechat
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+1765.45%)
Mutual labels:  alipay, wechat
Laravel Pay
可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了
Stars: ✭ 856 (+1456.36%)
Mutual labels:  alipay, wechat
Rageframe2
一个基于Yii2高级框架的快速开发应用引擎
Stars: ✭ 1,553 (+2723.64%)
Mutual labels:  alipay, wechat
Monkeyking
MonkeyKing helps you to post messages to Chinese Social Networks.
Stars: ✭ 2,699 (+4807.27%)
Mutual labels:  alipay, wechat
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (+63.64%)
Mutual labels:  alipay, wechat
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (+567.27%)
Mutual labels:  alipay, wechat
Pay
个人网站即时到账收款解决方案 / Personal website instant payment solution
Stars: ✭ 558 (+914.55%)
Mutual labels:  alipay, wechat
Gopay
QQ、微信(WeChat)、支付宝(AliPay)的Go版本SDK。【微信支付V3已支持,推荐使用微信V3接口】
Stars: ✭ 1,034 (+1780%)
Mutual labels:  alipay, wechat
Wxapp Img Loader
适用于微信小程序的图片预加载组件
Stars: ✭ 1,049 (+1807.27%)
Mutual labels:  wechat
Kotlin Firebase Group Chat
Group and OneonOne chat using firebase built in Kotlin similar to whatsapp.
Stars: ✭ 44 (-20%)
Mutual labels:  wechat

vdonate

为你的网站增加个微信、支付宝二维码,方便读者打赏。 inspired by Ruby China

使用

<div id="donate">

<script src="https://unpkg.com/vdonate"></script>

new Donate({
  title: '如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!', // 可选参数,打赏标题
  btnText: '打赏按钮', // 可选参数,打赏按钮文字
  el: document.getElementById('donate'), // 必选参数,打赏按钮的容器
  wechatImage: 'https://ooo.0o0.ooo/2017/03/09/58c15ca28db39.jpg', // 必选参数,微信收款二维码
  alipayImage: 'https://ooo.0o0.ooo/2017/03/09/58c15cb1ea865.jpg' // 必选参数,支付宝收款二维码
});

API

  • show() - 显示模态框
  • hide() - 隐藏模态框
  • destroy() - 销毁

License

This content is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].