JS自动生成QQ、微博等页面分享按钮

原博地址https://laboo.top/2018/10/29/share/

生成 微博, QQ, 人人... 的分享按钮

项目地址

https://github.com/GitHub-Laziji/JS-plugins/tree/master/share
自动生成按钮的图标使用Font Awesome, 使用前须引人


效果

screenshot1.png

使用

静态引人



//自动生成
//直接调用

模块引人

import AShare from "share"

AShare.config({
  title:"app",
  content:"sssshare",
  picture:"i.png",
}).createBar("#bar")

欢迎关注我的博客公众号


2018_11_16_0048241709.png

你可能感兴趣的:(JS自动生成QQ、微博等页面分享按钮)