The first few items are shared from iOS. They have some native interfaces and are easy to make. When the H5 page is shared, the following are just links. Does this require adjusting the WeChat interface? ? ? ?
黄舟2017-05-16 13:41:11
jssdk
wx.onMenuShareTimeline({
title: '', // 分享标题
link: '', // 分享链接
imgUrl: '', // 分享图标
success: function () {
// 用户确认分享后执行的回调函数
},
cancel: function () {
// 用户取消分享后执行的回调函数
}
});
过去多啦不再A梦2017-05-16 13:41:11
You need a certified WeChat official account, other WeChat interface documents have been written very clearly,