博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【几个常见的分享按钮】(非JiaThis)
阅读量:5284 次
发布时间:2019-06-14

本文共 1329 字,大约阅读时间需要 4 分钟。

function share(name, _href, _title) {        var url = "";        if (name == "hexun") {            url = "http://t.hexun.com/channel/shareweb.aspx?url=" + encodeURIComponent(_href) + "&title=" + encodeURIComponent(_title);        }        if (name == "sina") {            url = "http://v.t.sina.com.cn/share/share.php?url=" + encodeURIComponent(_href) + "&title=" + encodeURIComponent(_title);        }        if (name == "qq") {            url = "http://v.t.qq.com/share/share.php?url=" + encodeURIComponent(_href) + "&title=" + encodeURIComponent(_title);        }        if (name == "sohu") {            url = "http://t.sohu.com/third/post.jsp?&url=" + escape(_href) + "&title=" + escape(_title);        }        if (name == "qzone") {            url = "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=" + encodeURIComponent(_href) + "&desc=" + encodeURIComponent(_title);        }        if (name == "renren") {            url = "http://***/share/buttonshare.do?link=" + encodeURIComponent(_href) + "&title=" + encodeURIComponent(_title);        }        if (name == "douban") {            url = "http://www.douban.com/recommend/?url=" + encodeURIComponent(_href) + "&title=" + encodeURIComponent(_title);        }        window.open(url);    }

 

转载于:https://www.cnblogs.com/ccto/archive/2013/06/04/3116980.html

你可能感兴趣的文章
装配SpringBean(一)--依赖注入
查看>>
java选择文件时提供图像缩略图[转]
查看>>
方维分享系统二次开发, 给评论、主题、回复、活动 加审核的功能
查看>>
Matlab parfor-loop并行运算
查看>>
string与stringbuilder的区别
查看>>
2012-01-12 16:01 hibernate注解以及简单实例
查看>>
iOS8统一的系统提示控件——UIAlertController
查看>>
PAT甲级——1101 Quick Sort (快速排序)
查看>>
python创建进程的两种方式
查看>>
1.2 基础知识——关于猪皮(GP,Generic Practice)
查看>>
迭代器Iterator
查看>>
java易错题----静态方法的调用
查看>>
php建立MySQL数据表
查看>>
最简单的线程同步的例子
查看>>
旅途上看的电影和观后感
查看>>
Ztree异步树加载
查看>>
关于IE和火狐,谷歌,Safari对Html标签Object和Embed的支持问题
查看>>
poj3320 Jessica's Reading Problem(尺取思路+STL)
查看>>
分布式计算开源框架Hadoop介绍
查看>>
安卓平台接口剖析
查看>>