The problem
- We all know that the two-dimensional code in the public number can be directly long press identification, but there is no way to achieve the long press identification of the two-dimensional code page in the small program, and the public number can be, so how to achieve the small program to jump to the public page
- How to set the public number of automatic reply link, click to jump to the small program page
First, let’s solve the first problem
(Randomly cut a map of the mall)
- Use the mask layer to achieve a home screen advertising effect, click the picture to enter the public account article page
- The question comes, how can we enter the public account page?
- You need to create a new page and put the Web-View TAB on it
Web-view is a web browser component that can be used as a container to host web pages. It automatically spreads the entire page, and SRC is the link to our public posts.
-
Note: the premise of this step must be the small program associated with the public number, if you just randomly find a public article link, put it in webView, then will prompt can not open text message!!
-
Next, we will link the small program in the background of the wechat public account
Then follow the prompts to complete the steps
- Now let’s click on the picture to jump to the page containing the Web-View tag, you can successfully display the public account article
Two, the public number how to set the automatic reply link, click to jump to the small program page
- The use of small programs is becoming more and more popular, and the communication between small programs and public accounts is becoming more and more important
- So how do we set up an autoreply link that we can click on to take us to the applet page?
- In fact, super simple, is in the automatic reply to join a small program of hyperlink reply code can be achieved
Now we go to the public number to reply to the coupon, you can automatically reply to us a small program link, click can enter the small program page