search

Home  >  Q&A  >  body text

javascript - WeChat music sharing

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?

漂亮男人漂亮男人2784 days ago923

reply all(1)I'll reply

  • 学习ing

    学习ing2017-06-26 10:56:02

    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...

    reply
    0
  • Cancelreply