100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 网页分享到微信 微博 QQ等

网页分享到微信 微博 QQ等

时间:2021-04-20 11:54:14

相关推荐

网页分享到微信 微博 QQ等

首先要说明的是,pc端微信分享只能通过二维码来分享。

部分代码如下:

//分享到新浪微博function shareToSinaWB(event){event.preventDefault();var _shareUrl = 'http://v./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,status=0');}//分享到QQ空间function shareToQzone(event){event.preventDefault();var _shareUrl = 'http://sns./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,status=0');}//分享到百度贴吧function shareToTieba(event){event.preventDefault();var _shareUrl = '/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,status=0');}//分享到豆瓣function shareToDouban(event){event.preventDefault();var _shareUrl = '/!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,status=0');}//分享到腾讯微博function shareToQQwb(event){event.preventDefault();var _shareUrl = 'http://v./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|图片url3....'window.open(_shareUrl,'_blank','width='+_width+',height='+_height+',left='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,status=0');}//分享到人人网function shareToRenren(event){event.preventDefault();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='+_left+',top='+_top+',toolbar=no,menubar=no,scrollbars=no,resizable=1,location=no,status=0');}//分享到开心网function shareToKaixin(event){event.preventDefault();var _shareUrl = '/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,status=0');}function shareToKaixin2(event){event.preventDefault();var _shareUrl = '/repaste/share.php?';_shareUrl += 'rtitle=' + 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,status=0');}//分享到facebookfunction shareToFacebook(event){event.preventDefault();var _shareUrl = '/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,status=0');}//分享到facebookfunction shareToFacebook(event){event.preventDefault();var _shareUrl = '/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,status=0');}//分享到Twitterfunction shareToTwitter(event){event.preventDefault();var _shareUrl = '/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,status=0');}

显示地址:http://sabrinatian.github.io/webpage-sharing/share.html

ps:因为没加二维码的图片,因此代码显示网页中的微信分享下没有图片

完整代码下载地址:/SabrinaTian/webpage-sharing/tree/gh-pages

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。