分享微博js代码

  1. var top = window.screen.height / 2 - 250;  
  2. var left = window.screen.width / 2 - 300;  
  3.   
  4. /*title是标题,rLink链接,summary内容,site分享来源,pic分享图片路径,分享到新浪微博*/  
  5. function shareTSina(title,rLink,site,pic) {  
  6.     title = "标题。";  
  7.   // pic = $(".p-img img").attr("src");  
  8.    rLink = "http://www.abc.com/heeh.html";  
  9.      
  10.     window.open("http://service.weibo.com/share/share.php?pic=" +encodeURIComponent(pic) +"&title=" +   
  11.     encodeURIComponent(title.replace(/&nbsp;/g, " ").replace(/<br \/>/g, " "))+ "&url=" + encodeURIComponent(rLink),  
  12.     "分享至新浪微博",  
  13.     "height=500,width=600,top=" + top + ",left=" + left + ",toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no");  
  14.       
  15. }  
  16.   
  17. /*,分享到qq空间*/  
  18. function shareQzone(title,rLink,summary,site,pic) {  
  19.      title = "标题。";  
  20.      rLink = "http://www.abc.com/heeh.html";  
  21.      site = "http://www.abc.com/heeh.html";  
  22.       window.open('http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?title='+  
  23.                        encodeURIComponent(title)+'&url='+encodeURIComponent(rLink)+'&summary='+  
  24.                        encodeURIComponent(summary)+ '&site='+encodeURIComponent(site)  
  25.                        ,'_blank','scrollbars=no,width=600,height=450,left=' + left + ',top=' + top + ',status=no,resizable=yes');  
  26.     
  27.      }  
  28.   
  29. /*,分享到人人*/  
  30. function shareRR(title,rLink,summary){     
  31.      title = "标题。";  
  32.      summary = "内容。";  
  33.      rLink = "http://www.abc.com/heeh.html";  
  34.     window.open('http://share.renren.com/share/buttonshare/post/1004?title='+encodeURIComponent(title)+'&url='+  
  35.      encodeURIComponent(rLink)+'&content='+encodeURIComponent(summary),'_blank',  
  36.      'scrollbars=no,width=600,height=450,left=' + left + ',top=' + top + ',status=no,resizable=yes');   
  37. }  
  38.   
  39.   
  40.   
  41.   
  42.   
  43. //开心网   
  44. function shareKX(title,rLink,summary){      
  45.      title = "标题。";  
  46.      rLink = "http://www.abc.com/heeh.html";  
  47.         window.open('http://www.kaixin001.com/repaste/bshare.php?rtitle='+encodeURIComponent(title)+  
  48.         '&rurl='+encodeURIComponent(rLink)+  
  49. '&rcontent='+encodeURIComponent(summary),'_blank',  
  50.         'scrollbars=no,width=600,height=450,left=' + left + ',top=' + top + ',status=no,resizable=yes');     
  51. }   
  52.   
  53. //腾讯微博  
  54. function shareToWb(title,rLink,site,pic){     
  55.       title = "标题。";  
  56.       rLink = "http://www.abc.com/heeh.html";  
  57.          window.open('http://v.t.qq.com/share/share.php?url='+encodeURIComponent(rLink)+  
  58.           '&title='+encodeURI(title)+'&appkey='+encodeURI(site),'_blank',  
  59.            'scrollbars=no,width=600,height=450,left=' + left + ',top=' + top + ',status=no,resizable=yes');       
  60. }  
  61.   
  62.   
  63.      
  64.   /*分享到msn*/  
  65.   function shareToMSN(imgUrl){    
  66.       var title = "标题。";  
  67.       var content = "内容";       
  68.       var productUrl ="http://www.abc.com/heeh.html";  
  69.        
  70.       window.open("http://profile.live.com/badge/?url=" + productUrl + "&title=" + encodeURI(title) +"&screenshot="+encodeURIComponent(imgUrl));  
  71.            
  72.  }   
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值