Ⅰ 怎麼設置分享推文到朋友圈成功後自動跳轉到指定鏈接
分享朋友圈過程:
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;
}