分享到微博QQ空间JS代码⼤全
1.分享到,易信
分享到,易信⽐较简单,贴上分享链接的⼆维码就可以了。
2.分享到新浪微博
代码如下:
var _shareUrl ='v.t.sina/share/share.php?&appkey=895033136'; //真实的appkey,必选参数
_shareUrl += '&url='+encodeURIComponent(_url||document.location); //参数url设置分享的内容链接|默认当前页location,可选参数
_shareUrl += '&title=' +encodeURIComponent(_title||document.title); //参数title设置分享的标题|默认当前页标题,可选参数
_shareUrl += '&source=' + encodeURIComponent(_source||'');
_shareUrl += '&sourceUrl=' + encodeURIComponent(_sourceUrl||'');
_shareUrl += '&content=' + 'utf-8'; //参数content设置页⾯编码gb2312|utf-8,可选参数
_shareUrl += '&pic=' + encodeURIComponent(_pic||''); //参数pic设置图⽚链接|默认为空,可选参数
window.open(_shareUrl,'_blank','toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,status=0,'+ 'width=' + _width + ',height=' + _height + ',top=' +(sc appkey为必填参数。
3.分享到QQ空间
代码如下:
快捷指令url代码大全var _shareUrl ='sns.qzone.qq/cgi-bin/qzshare/cgi_qzshare_onekey?';
_shareUrl += 'url=' + encodeURIComponent(_url||document.location); //参数url设置分享的内容链接|默认当前页location
_shareUrl += '&showcount=' + _showcount||0; //参数showcount是否显⽰分享总数,显⽰:'1',不显⽰:'0',默认不显⽰
_shareUrl += '&desc=' + encodeURIComponent(_desc||'分享的描述'); //参数desc设置分享的描述,可选参数
_shareUrl += '&summary=' + encodeURIComponent(_summary||'分享摘要'); //参数summary设置分享摘要,可选参数
_shareUrl += '&title=' +encodeURIComponent(_title||document.title); //参数title设置分享标题,可选参数
_shareUrl += '&site=' + encodeURIComponent(_site||''); //参数site设置分享来源,可选参数
_shareUrl += '&pics=' + encodeURIComponent(_pic||''); //参数pics设置分享图⽚的路径,多张图⽚以"|"隔开,可选参数
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',top='+(screen.height-_height)/2+',left='+(screen.width-_width)/2+',toolbar=no,menubar=no 详情请参考:connect.qq/intro/share/
4.分享到百度贴吧
代码如下:
var _shareUrl ='tieba.baidu/f/commit/share/openShareApi?';
_shareUrl += 'title=' + encodeURIComponent(_title||document.title); //分享的标题
_shareUrl += '&url=' +encodeURIComponent(_url||document.location); //分享的链接
_shareUrl += '&pic=' + encodeURIComponent(_pic||''); //分享的图⽚
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+(screen.width-_width)/2+',top='+(screen.height-_height)/2+',toolbar=no,menubar=no
5.分享到⾖瓣
代码如下:
var _shareUrl ='shuo.douban/!service/share?';
_shareUrl += 'href=' + encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&name=' +encodeURIComponent(_title||document.title); //分享的标题
_shareUrl += '&image=' + encodeURIComponent(_pic||''); //分享的图⽚
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+(screen.width-_width)/2+',top='+(screen.height-_height)/2+',toolbar=no,menubar=no
6.分享到腾迅微博
代码如下:
var _shareUrl ='v.t.qq/share/share.php?';
_shareUrl += 'title=' + encodeURIComponent(_title||document.title); //分享的标题
_shareUrl += '&url=' + encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&appkey=5bd32d6f1dff4725ba40338b233ff155'; //在腾迅微博平台创建应⽤获取微博AppKey
_shareUrl += '&site=' + encodeURIComponent(_site||''); //分享来源
_shareUrl += '&pic=' + encodeURIComponent(_pic||''); //分享的图⽚,如果是多张图⽚,则定义var _pic='图⽚url1|图⽚url2|图⽚'
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+(screen.width-_width)/2+',top='+(screen.height-_height)/2+',toolbar=no,menubar=no 详情请参考:qq/websites/share/
7.分享到⼈⼈⽹
代码如下:
var _shareUrl ='/share/buttonshare.do?';
_shareUrl += 'link=' + encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&title=' +encodeURIComponent(_title||document.title); //分享的标题
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+(screen.width-_width)/2+',top='+(screen.height-_height)/2+',toolbar=no,menubar=no 其他的分享内容会从页⾯中去抓取。
8.分享到开⼼⽹
var _shareUrl ='www.kaixin001/repaste/share.php?';
_shareUrl += 'rtitle=' +encodeURIComponent(_title||document.title); //分享的标题
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+(screen.width-_width)/2+',top='+(screen.height-_height)/2+',toolbar=no,menubar=no var _shareUrl ='www.kaixin001/rest/records.php?';
_shareUrl += 'url=' +encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&content=' + encodeURIComponent('分享的⽂字'); //需要分享的⽂字,当⽂字为空时,⾃动抓取分享⽹址的title
_shareUrl += '&pic=' + encodeURIComponent(_pic||''); //分享的图⽚,多个使⽤半⾓逗号分隔
_shareUrl += '&showcount=0'; //是否显⽰分享数,显⽰:'1',不显⽰:'0'
_shareUrl += '&style=11'; //显⽰的样式,必选参数
_shareUrl += '&aid=' + encodeURIComponent(_site||''); //显⽰分享来源
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s 想了解更多,可参考:open.kaixin001/document.php?type=records#code
9.分享到facebook
代码如下:
var _shareUrl ='www.facebook/sharer/sharer.php?';
_shareUrl += 'u=' + encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&t=' +encodeURIComponent(_title||document.title); //分享的标题
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s
10.分享到Twitter
代码如下:
var _shareUrl ='twitter/intent/tweet?';
_shareUrl += 'url=' + encodeURIComponent(_url||location.href); //分享的链接
_shareUrl += '&text=' +encodeURIComponent(_title||document.title); //分享的标题
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s 由于⽹络原因,可能分享不了。
11.案例
<!doctype html>
<html>
<head>
<metahttp-equiv="Content-Type" Content="text/html;charset=utf-8;">
<title>分享到微博空间等第三⽅平台的JS代码</title>
<meta name="author"content="rainna" />
<meta name="keywords"content="rainna's js lib" />
<meta name="description"content="js" />
<style>
*{margin:0;padding:0;}
img{border:0 none;}
body{background:#eee;}
.m-box{width:800px;margin:0auto;padding:20px;background:#fff;}
.m-box p{margin:0 0 10px;}
.m-box .icna{display:block;width:55px;height:35px;background:url('l.bst.126/rsc/img/weibo.png?035')no-repeat;}
.m-box .icn.wb1{background-position:10px -216px;}
.m-box .icn.wb2{background-position:-190px -216px;}
.m-box .icn.wb3{background:url(l.bst.126/rsc/img/postshare/tieba24.png) 15px 0no-repeat;}
.m-box .icn.wb4{background-position:-88px -215px;}
.m-box .icn.wb5{background-position:-138px -216px;}
.m-box .icn.wb6{background-position:-245px -216px;}
.m-box .icn.wb7{background-position:-300px -216px;}
.m-box .icn.wb8{background-position:-355px -216px;}
.m-box .icn.wb9{background-position:-415px -215px;}
</style>
</head>
<body>
<div class="m-box">
<p>分享到,易信:</p>
<divclass="icn"><img width="200"src="cli.clewm/qrcode/2015/01/21/2031452178.png"/></div>
<divclass="icn"><img width="200"src="cli.clewm/qrcode/2015/01/21/2031452178.png"/></div>
</div>
<div class="m-box">
<p>分享到新浪微博:<ahref="open.weibo/wiki/ShareCode"target="_blank">open.weibo/wiki/ShareCode</a></p>
<divclass="icn"><a href="#" class="wb1"οnclick="shareToSinaWB(event)"></a></div>
</div>
<div class="m-box">
<p>分享到QQ空间:<ahref="connect.qq/intro/share/"target="_blank">connect.qq/intro/share/</a></p>
<divclass="icn"><a href="#" class="wb2"οnclick="shareToQzone(event)"></a></div>
</div>
<div class="m-box">
<p>分享到百度贴吧:<ahref="share.baidu/code/advance"target="_blank">share.baidu/code/advance</a></p>
<div class="icn"><ahref="#" class="wb3"οnclick="shareToTieba(event)"></a></div>
</div>
<div class="m-box">
<p>分享到⾖瓣:</p>
<divclass="icn"><a href="#" class="wb4"οnclick="shareToDouban(event)"></a></div>
</div>
<div class="m-box">
<p>分享到腾迅微博:<a href="qq/websites/share/"target="_blank">qq/websites/share/</a></p>
<divclass="icn"><a href="#" class="wb5" οnclick="shareToQQwb(event)"></a></div>
</div>
<div class="m-box">
<p>分享到⼈⼈⽹:<ahref="/website/?widget=rrshare&content=use"target="_blank">/website/?widget=rrshare&conten <divclass="icn"><a href="#" class="wb6"οnclick="shareToRenren(event)"></a></div>
</div>
<div class="m-box">
<p>分享到开⼼⽹:<a href="open.kaixin001/document.php?type=records#code"target="_blank">open.kaixin001/document.php?type=recor <divclass="icn"><a href="#" class="wb7"οnclick="shareToKaixin(event)"></a></div>
</div>
<div class="m-box">
<p>分享到facebook:</p>
<divclass="icn"><a href="#" class="wb8"οnclick="shareToFacebook(event)"></a></div>
</div>
<div class="m-box">
<p>分享到Twitter:</p>
<divclass="icn"><a href="#" class="wb9"οnclick="shareToTwitter(event)"></a></div>
</div>
<script>
var_title,_source,_sourceUrl,_pic,_showcount,_desc,_summary,_site,
_width = 600,
_height = 600,
_top =(screen.height-_height)/2,
_left =(screen.width-_width)/2,
_url ='traveliceland.lofter/post/352b58_579d8e7',
_pic ='m3.img.srcdd/farm4/d/2015/0113/11/6AE3FEBE500857BF82CA97E8F03DD6A8_B500_900_500_411.jpeg';
_pic ='m3.img.srcdd/farm4/d/2015/0113/11/6AE3FEBE500857BF82CA97E8F03DD6A8_B500_900_500_411.jpeg';
//分享到新浪微博
function shareToSinaWB(event){
event.preventDefault();
var _shareUrl ='v.t.sina/share/share.php?&appkey=895033136'; //真实的appkey,必选参数
_shareUrl +='&url='+ encodeURIComponent(_url||document.location); //参数url设置分享的内容链接|默认当前页location,可选参数
_shareUrl +='&title=' + encodeURIComponent(_title||document.title); //参数title设置分享的标题|默认当前页标题,可选参数
_shareUrl +='&source=' + encodeURIComponent(_source||'');
_shareUrl +='&sourceUrl=' + encodeURIComponent(_sourceUrl||'');
_shareUrl +='&content=' + 'utf-8'; //参数content设置页⾯编码gb2312|utf-8,可选参数
_shareUrl += '&pic='+ encodeURIComponent(_pic||''); //参数pic设置图⽚链接|默认为空,可选参数
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',top='+_top+',left='+_left+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s }
//分享到QQ空间
function shareToQzone(event){
event.preventDefault();
var _shareUrl ='sns.qzone.qq/cgi-bin/qzshare/cgi_qzshare_onekey?';
_shareUrl += 'url=' +encodeURIComponent(_url||document.location); //参数url设置分享的内容链接|默认当前页location
_shareUrl +='&showcount=' + _showcount||0; //参数showcount是否显⽰分享总数,显⽰:'1',不显⽰:'0',默认不显⽰
_shareUrl +='&desc=' + encodeURIComponent(_desc||'分享的描述'); //参数desc设置分享的描述,可选参数
_shareUrl +='&summary=' + encodeURIComponent(_summary||'分享摘要'); //参数summary设置分享摘要,可选参数
_shareUrl +='&title=' + encodeURIComponent(_title||document.title); //参数title设置分享标题,可选参数
_shareUrl +='&site=' + encodeURIComponent(_site||''); //参数site设置分享来源,可选参数
_shareUrl += '&pics='+ encodeURIComponent(_pic||''); //参数pics设置分享图⽚的路径,多张图⽚以"|"隔开,可选参数
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',top='+_top+',left='+_left+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s }
//分享到百度贴吧
function shareToTieba(event){
event.preventDefault();
var _shareUrl ='tieba.baidu/f/commit/share/openShareApi?';
_shareUrl += 'title=' +encodeURIComponent(_title||document.title); //分享的标题
_shareUrl +='&url=' + encodeURIComponent(_url||document.location); //分享的链接
_shareUrl +='&pic=' + encodeURIComponent(_pic||''); //分享的图⽚
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s }
//分享到⾖瓣
function shareToDouban(event){
event.preventDefault();
var _shareUrl ='shuo.douban/!service/share?';
_shareUrl += 'href=' +encodeURIComponent(_url||location.href); //分享的链接
_shareUrl +='&name=' + encodeURIComponent(_title||document.title); //分享的标题
_shareUrl +='&image=' + encodeURIComponent(_pic||''); //分享的图⽚
window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,s }
//分享到腾迅微博
function shareToQQwb(event){
event.preventDefault();
var _shareUrl ='v.t.qq/share/share.php?';
_shareUrl += 'title=' +encodeURIComponent(_title||document.title); //分享的标题
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论