首页 > 其他 > 详细

社会化分享

时间:2015-01-26 18:47:19      阅读:270      评论:0      收藏:0      [点我收藏+]

var ShareTip = function()

{

  

}

//分享到腾讯微博

ShareTip.prototype.sharetoqq=function(content,url,picurl)

{

 var shareqqstring=‘http://v.t.qq.com/share/share.php?title=‘+content+‘&url=‘+url+‘&pic=‘+picurl;

 window.open(shareqqstring,‘newwindow‘,‘height=100,width=100,top=100,left=100‘);

}

//分享到新浪微博

ShareTip.prototype.sharetosina=function(title,url,picurl)

{

 var sharesinastring=‘http://v.t.sina.com.cn/share/share.php?title=‘+title+‘&url=‘+url+‘&content=utf-8&sourceUrl=‘+url+‘&pic=‘+picurl;

 window.open(sharesinastring,‘newwindow‘,‘height=400,width=400,top=100,left=100‘);

}

//分享到QQ空间

ShareTip.prototype.sharetoqqzone=function(title,url,picurl)

{

 var shareqqzonestring=‘http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?summary=‘+title+‘&url=‘+url+‘&pics=‘+picurl;

 window.open(shareqqzonestring,‘newwindow‘,‘height=400,width=400,top=100,left=100‘);

}

社会化分享

原文:http://www.cnblogs.com/justlancer/p/4250917.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!