1. 程式人生 > >網頁常用分享程式碼大全(前端必備)

網頁常用分享程式碼大全(前端必備)

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> 

參考原創連結:http://www.xiamiz.com/a/jiaocheng/2014/0725/114843.html