bashare分享代码自定义分享图标

1、模板页加入

1
2
3
4
<script
type="text/javascript"
src="http://static.bshare.cn/b/buttonLite.js#uuid=<100>&style=-1"
></script>

2、对按钮加入点击事件

1
2
3
4
onclick="javascript:bShare.share(event,'sinaminiblog',0);return false;" 新浪微博
onclick="javascript:bShare.share(event,'qqmb',0);return false;" 腾讯微博
onclick="javascript:bShare.share(event,'qqim',0);return false;" QQ
onclick="javascript:bShare.share(event,'weixin',0);return false;" 微信

更多可到
http://www.bshare.cn/help/platformNames
参考