非小程序非app的页面分享能否显示来源?
小程序或app接入的分享可以显示
非小程序或app的网页就没有了
只是在页面里直接调用jweixin-1.6.0.js实现的分享预览,可以显示分享来源吗?
代码里能设置吗?
wx.onMenuShareTimeline({
title: shareTitle,
link: shareUrl,
imgUrl: shareImageUrl,
success: function () {
},
cancel: function () {
}
});