为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

QQ.sina.人人转播

2012-03-29 2页 doc 22KB 20阅读

用户头像

is_384390

暂无简介

举报
QQ.sina.人人转播JS 实现 腾讯、新浪、网易、搜狐微博,开心网,人人网转帖分享功能 2011年06月22日 星期三 15:16 其中官方提供的代码如下: 分享到SNS一键分享按钮代码介绍: ·腾讯微博:http://open.t.qq.com/apps/share/explain.php ·新浪微博:http://open.weibo.com/sharebutton ·开心网:http://www.kaixin001.com/platform/?app=repaste ·人人网:http://widget.renren.com/?wi...
QQ.sina.人人转播
JS 实现 腾讯、新浪、网易、搜狐微博,开心网,人人网转帖分享功能 2011年06月22日 星期三 15:16 其中官方提供的代码如下: 分享到SNS一键分享按钮代码介绍: ·腾讯微博:http://open.t.qq.com/apps/share/explain.php ·新浪微博:http://open.weibo.com/sharebutton ·开心网:http://www.kaixin001.com/platform/?app=repaste ·人人网:http://widget.renren.com/?widget=freeshare ·搜狐微博:http://open.t.sohu.com/en/%E4%B8%80%E9%94%AE%E5%88%86%E4%BA%AB%E5%88%B0%E6%90%9C%E7%8B%90%E5%BE%AE%E5%8D%9A ·网易微博:http://open.t.163.com/components/onekey 但是有些站点提供的api不是很好用喔。大概的简化一下。部分可以实现 标,内容,图片,连接的分享。 var title = encodeURIComponent("【翻版东风破的百度空间】"); var url = encodeURIComponent(document.location); var content = encodeURIComponent("如果害怕别人繁华背影后的陷阱,那么刻苦铭心的也不一定是爱情"); var pic = encodeURI('http://localhost/v2008/images/index/banner.gif'); var site = "http://hi.baiud.com/fbdfp"; =========================================================================================== //分享到腾讯围脖 function postToQQ() { var _t = title; var _url = url; var _appkey = encodeURI('appkey');//你从腾讯获得的appkey var _pic = pic;//(例如:var _pic='图片url1|图片url2|图片url3....) var _txt = content; var _site = site;//你的网站地址 var _u = 'http://v.t.qq.com/share/share.php?url=' + _url + '&appkey=' + _appkey + '&site=' + _site + '&pic=' + _pic + '&title=' + _t + _txt; window.open(_u,'','width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no'); } //分享到开心网 function postToKaixin() { window.open('http://www.kaixin001.com/repaste/share.php?rtitle=' + title + '&rurl=' + url + '&rcontent=' + content); } //分享到网易围脖 function postTo163() { var url = '&info=' +title+ content + ' ' + encodeURIComponent(document.location.href) +'&images='+pic; window.open('http://t.163.com/article/user/checkLogin.do?' + url + '&' + new Date().getTime(), 'newwindow', 'height=330,width=550,top=' + (screen.height - 280) / 2 + ',left=' + (screen.width - 550) / 2 + ', toolbar=no, menubar=no, scrollbars=no,resizable=yes,location=no, status=no'); } //分享到新浪围脖 function postToSina() { window.open('http://service.weibo.com/share/share.php?url='+url+'&appkey=&title='+title+content+'&pic='+pic+'+&ralateUid='); //window.open('http://v.t.sina.com.cn/share/share.php?title=' + title+ content+'&url=' + url); } //分享到人人网 function postToRenRen() { window.open('http://share.renren.com/share/buttonshare.do?link='+url+'&title='+title); } //分享到搜狐围脖 function postToSoho() { window.open('http://t.sohu.com/third/post.jsp?&title='+encodeURIComponent(title)+'&url='+encodeURIComponent(content)+location.href); } =============================================================================== 已经通过测试,mark一下。省的老是做这样的需求还要找资料。
/
本文档为【QQ.sina.人人转播】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索