jQuery分享按钮插件ShareButton.zip

时间:2022-08-07 08:54:32
【文件属性】:

文件名称:jQuery分享按钮插件ShareButton.zip

文件大小:53KB

文件格式:ZIP

更新时间:2022-08-07 08:54:32

开源项目

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);       }     }   }}); 标签:Share


网友评论