以前一直用的addthis或者百度分享,但是加入pjax后失效,相应的接口重写也不行,故本身从新加一个分享的功能。java
var $config = { sites : ['weibo','qq', 'wechat','tencent','qzone','douban', 'facebook', 'google','twitter'], disabled: [ 'linkedin', 'diandian'], wechatQrcodeTitle: "微信扫一扫", wechatQrcodeHelper: '<p>微信扫一扫,右上角分享</p>', source: 'Leesin Dong' }; $('.post-spread').share($config); function pjaxshare() { $('.post-spread').share($config); }
不少时候出现:
这是什么鬼?
下载网上的demo发现了问题。缺乏雪碧图把?(猜测)
经过对比,须要引入demo中的fonts目录。
git
https://github.com/overtrue/share.js/zipball/mastergithub
将fonts目录删掉,从新导入web
里面的图标变成了灰色,由于在护眼的js中对a标签的颜色进行了从新定义,加a:not()微信