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)

Blog    

Recommend

Mysql aggregate function nested use operation

Purpose: Nested use of MySQL aggregate functions ...

Why should the number of rows in a single MySQL table not exceed 5 million?

Today, let’s discuss an interesting topic: How mu...

Detailed explanation of putting common nginx commands into shell scripts

1. Create a folder to store nginx shell scripts /...

Detailed explanation of nodejs built-in modules

Table of contents Overview 1. Path module 2. Unti...

JavaScript to implement simple tab bar switching content bar

This article shares the specific code of JavaScri...

How to use file writing to debug a Linux application

In Linux, everything is a file, so the Android sy...

Zabbix monitors Linux hosts based on snmp

Preface: The Linux host is relatively easy to han...

MySql Group By implements grouping of multiple fields

In daily development tasks, we often use MYSQL...

Three JavaScript methods to solve the Joseph ring problem

Table of contents Overview Problem Description Ci...

How to add color mask to background image in CSS3

Some time ago, during development, I encountered ...

TypeScript enumeration basics and examples

Table of contents Preface What are enums in TypeS...

How to view mysql binlog (binary log)

For example, when you create a new table or updat...

Usage and demonstration of ref in Vue

ref definition: used to register reference inform...