Ⅰ 怎么设置分享推文到朋友圈成功后自动跳转到指定链接
分享朋友圈过程:
1.先打开分享的图文消息
2.点击右上角的三个点,点击第二个分享到朋友圈
3.退出之后点击朋友圈,找到本人发的图文消息,
4.直接点击图文消息就能查看图文消息
Ⅱ html如何让微信里的html应用弹出“点击右上角分享到朋友圈”
html如何让微信里的html应用弹出抄“点击右上角分享到朋友圈代码格式如下:
#mcover {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: none;
z-index: 20000;
}
#mcover img {
position: fixed;
right: 18px;
top: 5px;
width: 260px;
height: 180px;
z-index: 999;
}