Home > Backend Development > PHP Tutorial > Where can I find the URL parameters of major domestic sharing websites? I want to add sharing buttons such as Weibo, Life Circle, Moments, QQ, etc. to the page.

Where can I find the URL parameters of major domestic sharing websites? I want to add sharing buttons such as Weibo, Life Circle, Moments, QQ, etc. to the page.

WBOY
Release: 2016-08-26 10:12:50
Original
1193 people have browsed it

Where can I find the introduction to the URL parameters of the main domestic sharing websites? If you want to add sharing buttons such as Weibo, Life Circle, Moments, QQ, etc. to the page
For example, foreign Google, Facebook, Twitter, Linkedin, etc. all support URLs. For direct sharing, most of us use tools such as Baidu Share or jiathis. Of course, these tools can perform statistics and implement more functions.

Where can I find the URL parameters of major domestic sharing websites? I want to add sharing buttons such as Weibo, Life Circle, Moments, QQ, etc. to the page.

However, I still want to ask about the sharing URLs of these domestic websites and the meaning of the parameters in the URLs. Does anyone have a ready-made answer that can be provided, such as the URL of Weibo

<code>http://service.weibo.com/share/share.php?url=http%3A%2F%2Fnews.qq.com%2Fa%2F20160825%2F044329.htm&appkey=&title=%B7%C6%D7%DC%CD%B3%B3%C6%D6%D0%B9%FA%B1%D8%D0%EB%D7%F0%D6%D8%C4%CF%BA%A3%D6%D9%B2%C3%BD%E1%B9%FB%20%CD%E2%BD%BB%B2%BF%BB%D8%D3%A6&pic=&ralateUid=&language=&searchPic=false&sudaref=news.qq.com</code>
Copy after login

It should look like this after simplification

<code>http://service.weibo.com/share/share.php?url=网址&appkey=&title=标题&pic=&ralateUid=&language=&searchPic=false&sudaref=分享来源地址</code>
Copy after login

But I still want to know the specific and accurate meanings of more parameters, as well as the meanings of other website address parameters. I hope friends with ready-made results can provide them.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template