Music shared by other apps to WeChat is generally in the following form. The format transmitted by WeChat is generally xml. So is something like this a picture or a combination of html styles?
If it is Android or Apple, you can directly use the SDK provided by WeChat, set up pictures and other things, and then call the sending interface function.
If it is Android or Apple, you can directly use the SDK provided by WeChat, set up pictures and other things, and then call the sending interface function.
Android implementation:
http://www.cnblogs.com/androi...
iOS implementation:
http://www.open-open.com/lib/...
For web pages, add JS-SDK, similar to Android and Apple, and then call the sending interface function.
Web page implementation:
http://www.cnblogs.com/Morewa...