Home  >  Article  >  WeChat Applet  >  Why can’t mini programs connect to external links?

Why can’t mini programs connect to external links?

尚
Original
2020-04-01 09:04:475020browse

Why can’t mini programs connect to external links?

Opening external links in the mini program is achieved through web-view, but any link cannot be opened:

The restrictions are as follows:

Personal type and Overseas mini programs do not support the web-view tag;

The opened page must serve https, including iframe nested ones;

The mini program opens an external web page, and the mini program background configuration business is required Domain name, download the verification file, and then place the verification file under the root directory of the website you want to jump to. In other words, if you want to jump to other people's website pages, you need other people's consent;

There are also restrictions on opening public account articles in small programs. They must be related public accounts, which means that articles from other people’s public accounts cannot be opened;

Recommendation: " Mini Program Development Tutorial"

The above is the detailed content of Why can’t mini programs connect to external links?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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