『壹』 自己製做的html分享在微信朋友圈怎麼打不開

他們手機沒有html打開文件,不支持那個格式

『貳』 html如何讓微信里的html應用彈出「點擊右上角分享到朋友圈」

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

}

『叄』 HTML頁面分享朋友圈時獲取標題、圖片、網址的代碼怎麼寫

這個得使用微信的js sdk,同時還要開通後台許可權
http://mp.weixin.qq.com/wiki/7/.html#.E5.88.86.E4.BA.AB.E6.8E.A5.E5.8F.A3
你可以看下,裡面是有實例的哦

『肆』 你朋友圈看過的最有創意的 html5 有哪些

網易雲音樂【樂評博物館】、杜蕾斯美術館、ACFUN【無聊診療所】、騰訊公益【一群「小朋友」畫家辦了場特別的畫展】、騰訊【吳亦凡入伍】

『伍』 哪位大神 有h5+分享到微信、朋友圈完整代碼示例啊 包括html,js

自己注冊個易企秀,人人秀H5編輯器,操作一下就會了

『陸』 html 如何讓微信里的html應用彈出「點擊右上角分享到朋友圈」的

一個分享按鈕,一個隱藏的圖片(這個圖片絕對定位在右上角)然後就是點擊顯示,點擊隱藏了。
<a href="javascript:;" onclick="document.getElementById('mcover').style.display='block';">分享到朋友圈</a>

<div id="mcover" onclick="document.getElementById('mcover').style.display='';" style="display: none;">
<img src="/public/images/guide.png">
</div>

對應樣式如下:
#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;
}

『柒』 就是自己做了一個html5的網站,想增加一個分享到朋友圈的功能

1、去找現成的插件就行了,搜索一個jiathis。這個目前很多都在用。

2、網路搜分享的js。

3、到青龍建站教程自學網找。

『捌』 java安卓開發,做一個簡單的仿微信朋友圈的布局。

這種問題你想用這么點分數就知道,

『玖』 仿app界面,例如微信朋友圈界面算不算侵權

如果用來盈利,依然涉嫌侵犯著作權或涉嫌不正當競爭。