1. 程式人生 > >簡單設置微信分享圖片

簡單設置微信分享圖片

auto nbsp keywords ctype div pat title gin doctype

設置微信分享企業網站時,微信縮略圖,技術分享圖片

圖片:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>測試</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="" rel="stylesheet">
    <div id=‘wx_pic‘ style=‘margin:0 auto;display:none;‘>
        <img src=‘300.png‘ />
    </div>
</head>
<body>
<h1>test1</h1>
</body>
</html>

其中:

<img src=‘自定義圖片‘ />

簡單設置微信分享圖片