1.分享到新浪微博
<script type="text/javascript">
function WapTosinaweibo(vid) {
var _rt = encodeURI("脚本分享网");
var _ru = encodeURIComponent("http://www.sharejs.com");
var _appkey = encodeURI("8010xxxxx"); //填写你自己的appkey
var _st = new Date(parseInt(new Date().valueOf()/1000)*100);
var _u = 'http://weibo.cn/ext/share?ru=' + _ru + '&rt=' + _rt + '&st=333&appkey=' + _appkey;
window.location.href = _u;
}
function createimg() {
$.ajax({
async: false,
type: "get",
url: "?random=" + Math.random(),
data: { type: "createimg" },
success: function (data) {
}
});
}
</script>
<input id="btnShare" type="button" value="分享到新浪微博" onclick="javascript:WapTosinaweibo();" />
2.一键分享到各个社区
<!-- JiaThis Button BEGIN -->
<div class="bdsharebuttonbox" style="position: absolute;width: 500px;height:446px;left:80px;bottom: 0;">
<a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间">分享到QQ空间</a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博">分享到新浪微博</a>
<a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博">分享到腾讯微博</a>
<a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网">分享到人人网</a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信">分享到微信</a>
<a href="#" class="bds_more" data-cmd="more">更多</a>
</div>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"1","bdSize":"32"},"share":{},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"32"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","tqq","renren","weixin"]}};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>
<!-- JiaThis Button END -->