As the title says, when you click the buttons on the page, an interface with WeChat, QQ and other icons will pop up, and then share.
When I check the WeChat API with me, it seems that I can only share in the menu in the upper right corner. What's the matter? Is the solution achievable?
Embed the components that need to be shared into the pop-up box page
Add a p to the outermost layer and set display:none. To display, display: block;
WeChat sharing events can only be handled in the upper right corner, there is no other way~~~
There is no way but to guide users to click Share in the upper right corner
Write and share js yourself