美文网首页
常见网页分享代码

常见网页分享代码

作者: 山豆山豆 | 来源:发表于2017-01-12 08:48 被阅读0次

1、新浪微博 <a href="http://v.t.sina.com.cn/share/share.php?url=http://www.shao-ming.com&title='分享内容'" target="_blank">新浪微博</a>
2、腾讯微博 <a href="http://v.t.qq.com/share/share.php?url=http://www.shao-ming.com&title='分享内容'" target="_blank">腾讯微博</a>
3、开心网 <a href="javascript:window.open('http://www.kaixin001.com/repaste/share.php?rtitle='+encodeURIComponent(document.title)+'&rurl='+encodeURIComponent(document.location.href)+'&rcontent=');void(0)">开心网</a> 或者用 <a href="http://www.kaixin001.com/repaste/share.php?rurl=http://www.shao-ming.com&rcontent=http://www.baidu.com&rtitle=kaixin" target="_blank">开心网</a>
4、豆瓣网 <a href="javascript:window.open('http://www.douban.com/recommend/?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title));void(0)">豆瓣</a> 或者用 <a href="http://www.douban.com/recommend/?url=http://www.shao-ming.com&title=douban" target="_blank">豆瓣</a>
5、人人网 <a href="javascript:window.open('http://share.renren.com/share/buttonshare.do?link='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title));void(0)">人人网</a> 或者用 <a href="http://share.renren.com/share/buttonshare.do?link=http://www.shao-ming.com" target="_blank">人人网</a>
6、百度贴吧 <a href="http://tieba.baidu.com/f/commit/share/openShareApi?url=http://www.shao-ming.com&title=hello&desc=&pic=" target="_blank">百度贴吧</a>
7、QQ好友 <a href="http://connect.qq.com/widget/shareqq/index.html?title=qqhaoyou&url=http://www.shao-ming.com&desc=还不错哦&pics=&site=优酷" target="_blank">QQ好友</a>
8、QQ空间 <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://www.shao-ming.com" target="_blank">QQ空间</a> 9、腾讯朋友 <a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?to=pengyou&url=http://www.shao-ming.com" target="_blank">腾讯朋友</a>
10、百度收藏 <a href="javascript:window.open('http://cang.baidu.com/do/add?it='+encodeURIComponent(document.title.substring(0,76))+'&iu='+encodeURIComponent(location.href)+'&fr=ien#nw=1','scrollbars=no,width=600,height=450,left=75,top=20,status=no,resizable=yes'); void 0">百度搜藏</a>
11、优酷空间 <a href="http://i.youku.com/u/share/?url=http://www.shao-ming.com&content='分享内容'" target="_blank">优酷空间</a>
12、搜狐微博 <a href="http://t.sohu.com/third/post.jsp?content=utf-8&url=http://www.shao-ming.com&title=souhu" target="_blank">搜狐微博</a>
13、MSN <a href="http://profile.live.com/badge/?url=http://www.shao-ming.com&Title=msn" target="_blank">MSN</a>
14、猫扑 <a href="http://tt.mop.com/share/shareV.jsp?title=moptietie&pageUrl=http://www.shao-ming.com" target="_blank">MOP贴贴</a>
15、网易微博 <a href="http://t.163.com/article/user/checkLogin.do?link=http://www.shao-ming.com" target="_blank">网易微博</a>
16、QQ书签 <a href="javascript:window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(document.title)+'&uri='+encodeURIComponent(document.location.href)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');void(0)">QQ书签</a>
17、GOOGLE书签: <a href="javascript:window.open('http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title));void(0)">Google</a>
18、Twitter <a href="javascript:window.open('http://twitter.com/home?status='+encodeURIComponent(document.location.href)+' '+encodeURIComponent(document.title));void(0)">Twitter</a>
19、Facebook <a class="fav_facebook" rel="nofollow" href="javascript:window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(document.location.href)+'&t='+encodeURIComponent(document.title));void(0)">Facebook</a>
20、Delicious书签: <a href="javascript:window.open('http://del.icio.us/post?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+'&notes=');void(0)">Delicious</a>

相关文章

  • 常见网页分享代码

    1、新浪微博 新浪微博 2、腾讯微博 腾讯微博 3、开心网 开心网 或者用 开心网 4、豆瓣网 豆瓣 ...

  • 常见网页分享

    一、微信分享 官方文档:https://developers.weixin.qq.com/doc/offiacco...

  • Python 实战:week1 动手做网页

    作业截图: 代码 github 地址 �小结 网页常见文件类型 .js文件,控制HTML页面代码,实现复杂的页面效...

  • 笔记:HTTP常见响应码

    最常见的响应代码: 200(OK) 正常访问,请求成功 301 (Moved Permanently) 资源网页等...

  • 微信和QQ分享网页链接

    分享一哈微信和QQ分享网页链接的代码,直接上代码,OC版本的 AppDelegate中注册 AppDelegate...

  • JavaScript Console 对象

    Console 对象用于 JavaScript 调试。 Console 对象常见的两个用途: 显示网页代码运行时的...

  • 2018-03-31

    网页总结 网页代码

  • Python爬虫(11)用Scrapy爬取新浪旅游图片

      本次分享将展示如何利用Scrapy爬取网页中的图片。爬取的网页如下:   在settings.py中,添加代码...

  • 2019-10-12

    Hybrid App 中网页部分的分享方式越来越趋向于多元化,比较常见的用户操作方式有:复制网页链接式,直接选择目...

  • Vue——轮播图

    好看的网页千篇一律,有趣的代码万里挑一。 轮播图是特别常见的一个网页模块,今天看看用Vue怎么写? 附件: vue...

网友评论

      本文标题:常见网页分享代码

      本文链接:https://www.haomeiwen.com/subject/qjrdbttx.html