A complete list of commonly used shared codes for web pages (essential for front-end)

A complete list of commonly used shared codes for web pages (essential for front-end)


Copy code
The code is as follows:

1. Sina Weibo
<a href="http://vtsina.com.cn/share/share.php?url=https://www.jb51.net&title='Share content'" target="_blank">Sina Weibo</a> </p> <p>2. Tencent Weibo
<a href="http://vtqq.com/share/share.php?url=https://www.jb51.net&title='Share content'" target="_blank">Tencent Weibo</a> </p> <p>3. Kaixin.com
<a href="javascript:window.open('http://www.kaixin001.com/repaste/share.php?rtitle='+encodeURIComponent(document.title)+'&rurl='+encodeURIComponent(document.location.href)+'&rcontent=');void(0)">Kaixin.com</a>
Or use
<a href="http://www.kaixin001.com/repaste/share.php?rurl=https://www.jb51.net&rcontent=http://www.baidu.com&rtitle=kaixin" target="_blank">Kaixin.com</a> </p> <p>4. Douban.com
<a href="javascript:window.open('http://www.douban.com/recommend/?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title));void(0)">Douban</a> </p> <p>Or use
5. Renren
<a href="javascript:window.open('http://share.renren.com/share/buttonshare.do?link='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title));void(0)">Renren</a>
Or use
<a href="http://share.renren.com/share/buttonshare.do?link=https://www.jb51.net" target="_blank">Renren</a> </p> <p>6. Baidu Tieba
<a href="http://tieba.baidu.com/f/commit/share/openShareApi?url=https://www.jb51.net&title=hello&desc=&pic=" target="_blank">Baidu Tieba</a> </p> <p>7. QQ Friends
<a href="http://connect.qq.com/widget/shareqq/index.html?title=qqhaoyou&url=https://www.jb51.net&desc=Not bad&pics=&site=Youku" target="_blank">QQ Friends</a> </p> <p>8. QQ Space
<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=https://www.jb51.net" target="_blank">QQ Space</a> </p> <p>9. Tencent Friends
<a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?to=pengyou&url=https://www.jb51.net" target="_blank">Tencent Friends</a> </p> <p>
10. Baidu Collection
<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">Baidu Collection</a> </p> <p>11. Youku Space
<a href="http://i.youku.com/u/share/?url=https://www.jb51.net&content='分享内容'" target="_blank">Youku Space</a> </p> <p>12. Sohu Weibo
<a href="http://t.sohu.com/third/post.jsp?content=utf-8&url=https://www.jb51.net&title=souhu" target="_blank">Sohu Weibo</a> </p> <p>13. MSN
<a href="http://profile.live.com/badge/?url=https://www.jb51.net&Title=msn" target="_blank">MSN</a> </p> <p>14. Mop
<a href="http://tt.mop.com/share/shareV.jsp?title=moptietie&pageUrl=https://www.jb51.net" target="_blank">MOP Tietie</a> </p> <p>15. NetEase Weibo
<a href="http://t.163.com/article/user/checkLogin.do?link=https://www.jb51.net" target="_blank">NetEase Weibo</a> </p> <p>16. QQ Bookmarks</p> <p><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 Bookmarks</a> </p> <p>17. GOOGLE Bookmarks:
18. Twitter
<a href="javascript:window.open('http://twitter.com/home?status='+encodeURIComponent(document.location.href)+' '+encodeURIComponent(document.title));void(0)">Twitter</a> </p> <p>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> </p> <p>20. Delicious Bookmarks: </p> <p><a href="javascript:window.open('http://del.icio.us/post?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title)+'&notes=');void(0)">Delicious</a>


Since many sharing platforms are now available and have better compatibility, people generally choose third-party sharing platforms such as Baidu Share. You can take a look.

<<:  In-depth understanding of javascript prototype and prototype chain

>>:  HTML Learning Notes--Detailed Explanation of HTML Syntax (Must Read)

Recommend

MySQL 5.7.19 winx64 free installation version configuration tutorial

mysql-5.7.19-winx64 installation-free version con...

Lambda expression principles and examples

Lambda Expressions Lambda expressions, also known...

JavaScript uses promise to handle multiple repeated requests

1. Why write this article? You must have read a l...

Detailed introduction to deploying k8s cluster on centos7 system

Table of contents 1 Version and planning 1.1 Vers...

React Class component life cycle and execution order

1. Two ways to define react components 1. Functio...

Tutorial on building file sharing service Samba under CentOS6.5

Samba Services: This content is for reference of ...

Explanation of the problem that JavaScript strict mode does not support octal

Regarding the issue that JavaScript strict mode d...

The big role of HTML meta

There are two meta attributes: name and http-equiv...

HTML Basics_General Tags, Common Tags and Tables

Part 1 HTML <html> -- start tag <head>...

JS thoroughly understands GMT and UTC time zones

Table of contents Preface 1. GMT What is GMT Hist...

Analysis of the use of the MySQL database show processlist command

In actual project development, if we have a lot o...

React tips teach you how to get rid of hooks dependency troubles

A very common scenario in react projects: const [...

Detailed explanation of Linux kernel macro Container_Of

Table of contents 1. How are structures stored in...

How to query a record in Mysql in which page of paging

Preface In practice, we may encounter such a prob...