How to customize the WeChat sharing description content of the thinkphp project

高洛峰
Release: 2017-02-21 14:58:58
Original
1772 people have browsed it

This article mainly describes: In the thinkphp framework, how to obtain WeChat sharing interface permissions, how to set a secure domain name, how to modify the WeChat sharing title, modify the WeChat sharing description, modify the WeChat sharing picture, and how to customize the WeChat sharing content.

Modified example: http://games.zixuephp.cn

The following is a comparison chart of the effect of modifying the WeChat sharing title, WeChat sharing description, WeChat sharing picture and not modifying it. :

Unmodified WeChat sharing renderings: The sharing content is the URL path of the shared page.

How to customize the WeChat sharing description content of the thinkphp project

The effect of modifying the content shared on WeChat is as follows: the shared content is customized content.

How to customize the WeChat sharing description content of the thinkphp project

#1. Necessary conditions: Certified official account.

2. In the WeChat official account management background, click on the official account settings, enter the function settings, select the JS interface secure domain name, download the authentication file in txt format and place it in the root directory of the website, and then return to the official account background On the management page, confirm the certification, fill in the domain name of the shared site, and save it.

3. Download the WeChat jssdk interface file package. Download address: Link: http://pan.baidu.com/s/1eStCSXc Password: 1p8k

4. Configure the WeChat jssdk interface file package to the thinkphp extension directory, that is, configure it to thinkphp/Extend/Vendor /Under contents.

5. Obtain the appid and appsecret of the WeChat official account from the WeChat official account background, and configure them into the thinkphp configuration file.

How to customize the WeChat sharing description content of the thinkphp project

6. Define the WeChat initialization function in the common.php file of thinkphp: (The parameters in the case below should be obtained from the configuration file)

How to customize the WeChat sharing description content of the thinkphp project

7. In the class file that needs to use customized WeChat sharing content, define the WeChat sharing content and then pass it to the template page:

Among them: is custom Title, brief is the customized WeChat sharing description content, picture is the customized WeChat sharing picture path, and is the link address that the customized sharing content points to after being clicked.

How to customize the WeChat sharing description content of the thinkphp project

8. Then introduce the js file into the page and use the configuration parameters:

How to customize the WeChat sharing description content of the thinkphp project

The above is a small The editor introduces to you how to customize the WeChat sharing description content of the thinkphp project. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank you all for your support of the PHP Chinese website!

For more thinkphp project related articles on how to customize the WeChat sharing description content, please pay attention to the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!