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

Example of implementing QR code scanning effects with CSS3

Online Preview https://jsrun.pro/AafKp/ First loo...

Docker compose custom network to achieve fixed container IP address

Due to the default bridge network, the IP address...

Use Vue3+Vant component to implement App search history function (sample code)

I am currently developing a new app project. This...

ReactRouter implementation

ReactRouter implementation ReactRouter is the cor...

A brief discussion on JS prototype and prototype chain

Table of contents 1. Prototype 2. Prototype point...

How to optimize the slow Like fuzzy query in MySQL

Table of contents 1. Introduction: 2. The first i...

Analysis of the implementation principle of Vue instructions

Table of contents 1. Basic Use 2. Working Princip...

Detailed installation tutorial of zabbix 4.04 (based on CentOS 7.6)

1. Preparation before installation: 1.1 Install J...

Solution to nginx hiding version number and WEB server information

Nginx can not only hide version information, but ...

Detailed usage of React.Children

Table of contents 1. React.Children.map 2. React....

How to view Docker container application logs

docker attach command docker attach [options] 容器w...

How to periodically clean up images that are None through Jenkins

Preface In the process of continuous code deliver...