


From now on, mini programs can be developed or managed by third parties.
Just now, mini programs have released another wave of new capabilities. Three new capabilities, including third-party platform support for mini programs, new data analysis interfaces for mini programs, and an expansion of the mini program code package size limit to 2M, have been launched.
1. Third-party platforms support small programs
Development and management are more worry-free
Now, you can hand over small programs to third parties for development or management without having to hand over your account and password.
If you are a company that does not understand development or does not have the energy to develop and manage, you can now authorize your mini program to a third-party platform. They can help you with code development and management, customer service, etc. of your mini program.
The hosting method is very simple: the mini program administrator can authorize by scanning the QR code on a third-party platform that supports mini programs.
Specific capabilities for authorization: configuration of server address, code development, uploading, submission and publishing, template messages and customer service messages, and mini program login.
The latest open personal mini program also supports third-party platform development and management.
Process steps for authorizing third-party management and development of mini programs
2. Add data analysis interface to mini programs
Personalized data get
Data added through mini programs Through the interface, developers can more easily conduct personalized data analysis on mini programs, including user access trends, user access distribution, user access retention, and page access data.
For example: I want to know the overall geographical distribution of users who accessed the "WeChat Open Class+" applet on March 30, which can be obtained through the new data analysis interface.
3. From 1M to 2M
Expansion of the mini program code package size limit
The maximum code package limit for mini programs has been expanded from 1M to 2M, allowing developers to more flexibly develop mini programs with richer functions.
In other words, the small programs you develop can be "big" or "small".
Let’s take a look at the feedback from netizens:
1. We develop for others, and every time the administrator turns around, it’s too troublesome. Now, let’s fully embrace mini programs
2. Will the third-party mini program platform be the same as the previous public account? In the end, only one account is needed, and basic functions can be realized by selecting a template to meet daily needs
3. The third-party platform opened today hopes to achieve this goal and help more companies and people who do not understand development achieve it The idea of making an app will make the cost lower.
4. The functions of the small program we developed are beyond imagination, within the scope of 1024k code! Now 2M is even more powerful. You read that little program correctly! The next capabilities are expected to be: 1. Participating in mini programs will not affect viewing other sections of WeChat; 2. Contents can be forwarded to Moments.
The above is the detailed content of From now on, mini programs can be developed or managed by third parties.. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP permission management and user role setting in mini program development. With the popularity of mini programs and the expansion of their application scope, users have put forward higher requirements for the functions and security of mini programs. Among them, permission management and user role setting are An important part of ensuring the security of mini programs. Using PHP for permission management and user role setting in mini programs can effectively protect user data and privacy. The following will introduce how to implement this function. 1. Implementation of Permission Management Permission management refers to granting different operating permissions based on the user's identity and role. in small

PyCharm is an integrated development environment that is widely welcomed by developers. It provides a wealth of functions and tools to make Python development more efficient and convenient. Among them, one-click import of third-party libraries is a very practical function of PyCharm, which can help developers quickly import the required external libraries and improve development efficiency. This article will introduce you to the usage guide of PyCharm's one-click import of third-party libraries, and provide specific code examples. 1. Open PyCharm First, open PyCharm and enter

PHP's page jump and routing management in mini program development With the rapid development of mini programs, more and more developers are beginning to combine PHP with mini program development. In the development of small programs, page jump and routing management are very important parts, which can help developers achieve switching and navigation operations between pages. As a commonly used server-side programming language, PHP can interact well with mini programs and transfer data. Let’s take a detailed look at PHP’s page jump and routing management in mini programs. 1. Page jump base

The number of extension plug-ins on the edge browser is relatively small and it is difficult to meet the daily use of all users. At this time, third-party plug-ins need to be installed. So, can it be installed on the edge browser? Let’s take a look below. Can third-party plug-ins be installed in the edge browser? Answer: Yes. The new version of edge cannot quickly install plug-ins by dragging and dropping directly. When dragging the crx extension file to the developer page, edge will default to saving the file as a file, making it impossible to install it directly. 1. Move the file to the edge extension application folder and rename it to zip format, and unzip it. 2. The extended functions of the new version of Edge can be seen in the taskbar by clicking the three dots in the upper right corner. 3. Open "Developer Mode" on the extension page

How to develop and publish mini programs in uni-app With the development of mobile Internet, mini programs have become an important direction in mobile application development. As a cross-platform development framework, uni-app can support the development of multiple small program platforms at the same time, such as WeChat, Alipay, Baidu, etc. The following will introduce in detail how to use uni-app to develop and publish small programs, and provide some specific code examples. 1. Preparation before developing small programs. Before starting to use uni-app to develop small programs, you need to do some preparations.

PHP security protection and attack prevention in mini program development With the rapid development of the mobile Internet, mini programs have become an important part of people's lives. As a powerful and flexible back-end development language, PHP is also widely used in the development of small programs. However, security issues have always been an aspect that needs attention in program development. This article will focus on PHP security protection and attack prevention in small program development, and provide some code examples. XSS (Cross-site Scripting Attack) Prevention XSS attack refers to hackers injecting malicious scripts into web pages

Today we will learn how to implement the drop-down menu developed in PHP in the WeChat applet. WeChat mini program is a lightweight application that users can use directly in WeChat without downloading and installing, which is very convenient. PHP is a very popular back-end programming language and a language that works well with WeChat mini programs. Let's take a look at how to use PHP to develop drop-down menus in WeChat mini programs. First, we need to prepare the development environment, including PHP, WeChat applet development tools and servers. then we

PHP data caching and caching strategies in mini program development With the rapid development of mini programs, more developers are beginning to pay attention to how to improve the performance and response speed of mini programs. One of the important optimization methods is to use data caching to reduce frequent access to the database and external interfaces. In PHP, we can use various caching strategies to implement data caching. This article will introduce the principles of data caching in PHP and provide sample codes for several common caching strategies. 1. Data caching principle Data caching refers to storing data in memory to
