jQuery 分享按钮插件 Share Button
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/carrot/share-button
- 软件文档: https://github.com/carrot/share-button
软件介绍
Share Button 是一个简单轻量级、灵活而且好看的 jQuery 的分享按钮插件。
使用方法:
new Share(".share-button-top", {
title: "Share Button",
networks: {
facebook: {
app_id: "602752456409826",
before: function() {
console.log("BEFORE", this);
this.url = "https://github.com/carrot/share-button";
this.text = "Changing the Facebook Share Configurations";
return this
},
after: function() {
console.log("User shared:", this.url);
}
}
}});
How to Design Programs, 2nd Edition
Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / MIT Press / 2018-5-4 / USD 57.00
A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming. This ......一起来看看 《How to Design Programs, 2nd Edition》 这本书的介绍吧!
