第三方插件——分享

<!DOCTYPE html>
<html>

	<head>
		<meta charset="UTF-8">
		<title>微信,qq分享</title>
	</head>

	<body>
		<div class="bdsharebuttonbox">
			<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信">微信</a>
			<a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间">QQ空间</a>
		</div>
		<script>
			window._bd_share_config = {
				"common": {
					"bdSnsKey": {},
					"bdText": "",
					"bdMini": "1",
					"bdMiniList": ["qzone", "weixin"],
					"bdPic": "",
					"bdStyle": "0",
					"bdSize": "16"
				},
				"share": {
					"bdSize": 16
				}
			};
			with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=' + ~(-new Date() / 36e5)];
		</script>
	</body>

</html>

  

猜你喜欢

转载自www.cnblogs.com/alizhi/p/9138855.html