微博分享的实现

腾讯微博:
<a id="tqq" class="menu" href="javascript:window.open('http://v.t.qq.com/share/share.php?url='+encodeURIComponent('[url]')+'&pic='+encodeURIComponent('')+'&title='+encodeURIComponent([content])),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0">腾讯微博</a>
 

新浪微薄:
<a id="sina" class="menu" href="javascript:window.open('http://v.t.sina.com.cn/share/share.php?appkey=1961588658&url='+encodeURIComponent('[url]')+'&pic='+encodeURIComponent('')+'&title='+encodeURIComponent('[content]'),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0">新浪微博</a>

QQ空间:

<a id="qq" class="menu" href="javascript:window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+encodeURIComponent('[url]')+'&title='+encodeURIComponent('[content]'),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0">QQ空间</a>
 

页面示例:

<body>
<script type="text/javascript">
function showLayers(){
    if(!document.getElementById("shareLayer")) return false;
    if(!document.getElementById("l_box")) return false;
    var layerId = document.getElementById("shareLayer");
    var lBoxId = document.getElementById("l_box");
    if(layerId.offsetWidth == 30){
        layerId.style.width = "180px"
        lBoxId.style.display = "block";
    }else{
        layerId.style.width = "30px"
        lBoxId.style.display = "none";
    }
}
/*title是标题,rLink链接,summary内容,site分享来源,pic分享图片路径*/
/*新浪微博*/
function shareTSina(title,rLink,site,pic){
    window.open('http://service.weibo.com/share/share.php?title='+encodeURIComponent(title)+'&url='+encodeURIComponent(rLink)+'&appkey='+encodeURIComponent(site)+'&pic='+encodeURIComponent(pic),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')       
}
/*腾讯微博*/
function shareToWb(title,rLink,site,pic){
    window.open('http://v.t.qq.com/share/share.php?url='+encodeURIComponent(rLink)+'&title='+encodeURI(title)+'&appkey='+encodeURI(site)+'&pic='+encodeURI(pic),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')   
}
/*人人*/
function shareRR(title,rLink,summary){
    window.open('http://widget.renren.com/dialog/feed?title='+encodeURIComponent(title)+'&link='+encodeURIComponent(rLink)+'&description='+encodeURIComponent(summary),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes');
}
/*开心网*/
function shareKX(title,rLink,summary){
    window.open('http://www.kaixin001.com/repaste/bshare.php?rtitle='+encodeURIComponent(title)+'&rurl='+encodeURIComponent(rLink)+'&rcontent='+encodeURIComponent(summary),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes' )   
}
/*QQ空间*/
function shareQzone(title,rLink,summary,site,pic){
    window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?title='+encodeURIComponent(title)+'&url='+encodeURIComponent(rLink)+'&summary='+encodeURIComponent(summary)+ '&site='+encodeURIComponent(site)+'&pics='+encodeURIComponent(pic),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')
}
/*百度*/
function shareBaiDu(title,rLink){
    window.open('http://apps.hi.baidu.com/share?title='+encodeURIComponent(title)+'&url='+encodeURIComponent(rLink),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')   
}
/*豆瓣*/
function shareDouBan(title,rLink){
    window.open('http://www.douban.com/recommend?title='+encodeURIComponent(title)+'&url='+encodeURIComponent(rLink),'_blank','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes')   
}
</script>
<div id="shareLayer">
  <div id="s_btn" οnclick="showLayers()"></div>
  <div id="l_box">
      <a href="javascript:void(0)" οnclick="shareTSina('测试标题','http://www.ps-css.com','转贴网站','图片地址')">新浪微博</a>
      <a href="javascript:void(0)" οnclick="shareQzone('测试标题','http://www.ps-css.com','测试内容','转贴网站','图片地址')">QQ空间</a>
      <a href="javascript:void(0)" οnclick="shareRR('测试标题','http://www.ps-css.com','woshineirong');">人人网</a>
      <a href="javascript:void(0)" οnclick="shareKX('测试标题','http://www.ps-css.com','测试内容')">开心网</a>
      <a href="javascript:void(0)" οnclick="shareToWb('测试标题','http://www.ps-css.com','转贴网站','图片地址');">腾讯微博</a>
      <a href="javascript:void(0)" οnclick="shareBaiDu('测试标题','http://www.ps-css.com');">百度</a>
      <a href="javascript:void(0)" οnclick="shareDouBan('测试标题','http://www.ps-css.com');">豆瓣</a>
  </div>
</div>
</body>
</html>

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值