How to add a mini program to the WeChat custom menu
Preparations before adding a mini program to the public account menu:
1. You need to develop the mini program in advance
2. The public account and the mini program are well connected
Recommended learning: mini program development
The process and method of adding a mini program link to the public account menu:
1. Log in to your WeChat public account backend, select the 'Custom Menu' link on the left
and then Fill in the specific content of the mini program on the right, including:
1) Menu name: If it is Chinese, it should not exceed 4 characters; if you use the method of public account development to set the menu , you can write 5 Chinese characters.
2) Menu type: Select ‘Jump Mini Program’
3) Mini Program path: It is the mini program page that the user will jump to after clicking the link. The default is 'page/index/index', which is also the homepage of the mini program.
4) Alternate page: It is an ordinary web link. Its function is that when the user's WeChat does not support mini programs, it will jump to this web page. After filling in, click ‘Save and Publish’
Recommended learning:WeChat public account development tutorial
The above is the detailed content of How to add mini programs to WeChat custom menu. For more information, please follow other related articles on the PHP Chinese website!