快捷搜索:    共享  名称  美食  微信  交警  美女  雪纳瑞

web网站微信分享页面标题和缩略图设置技巧

1、设置公众号appid配置
2、IP白名单设置
3、微信对接配置文件放在网站根目录
4、直接代理里面设置标题和描述和图片地址

<!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
<script type="text/javascript">
var url = encodeURIComponent(location.href.split("#")[0]);
$.ajax({
type: "get",
url: "http://zzc.crx520.cn/wechat.php?link=" + url,
dataType: "json",
contentType: "application/json; charset=utf-8",
success: function(e) {
var d = e.appid,
i = e.timestamp,
t = e.noncestr,
n = e.signature;
wx.config({
debug: 0,
appId: d,
timestamp: i,
nonceStr: t,
signature: n,
jsApiList: ["onMenuShareTimeline", "onMenuShareAppMessage"]
}), 
wx.ready(function() {
wx.onMenuShareTimeline({
title: "{dede:field.title/}",
desc: "第24届温州种业博览会官方网站",
link: "{dede:global.cfg_basehost/}{dede:field.id runphp='yes'}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}",
imgUrl: "https://s1.ax1x.com/2020/09/23/wjcROA.png"
}), 
wx.onMenuShareAppMessage({
title: "{dede:field.title/}",
desc: "第24届温州种业博览会官方网站",
link: "{dede:global.cfg_basehost/}{dede:field.id runphp='yes'}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}",
imgUrl: "https://s1.ax1x.com/2020/09/23/wjcROA.png"
})
})
}
});
</script> -->

您可能还会对下面的文章感兴趣: