Custom Wechat sharing, not using Wechat interface, is there any way?

the back end does not cooperate with Wechat interface authorization configuration. Can the pure front end customize Wechat to share, even if you can only modify the title? now I directly modify the text in < title >. It is effective to open this URL (sharing) locally or directly, but the method of opening and modifying title in the official account is invalid, and the title shows the official account name. Is there any way

?

sharing requires permissions configured in the background. This requires background permissions, otherwise there seems to be no permission. In my experience, it seems that


does not seem to have.
well, the back end doesn't match. Then the front end will build its own node, and fire the back end. Ha. No, no, no.


the landlord can think that sharing in Wechat first depends on the method provided by Wechat, while the method provided by Wechat must use JSSDK , which is similar to authentication through the server, so the pure front end cannot call the sharing method of JSSDK alone.


when using other people's things, you must follow other people's rules. If the back end does not cooperate, the back end will be turned on. Simple


pure front end logic can be done, but it is not safe. Your own appid & app secret will leak out from the front end

.
Menu