以前一直用的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()微信