摘要:织梦DedeCMS文章微信分享带缩略图代码下载……
摘要:织梦DedeCMS文章微信分享带缩略图代码下载……
很多站长在搭建了DEDE系统的站点后,想要将内容分享到微信,发现无法显示图片和简介内容,下面出现的是一条干巴巴的网址,接下来就给大家分享下怎么带缩略图和简介。
DEDE系统
认证了的微信微信公众号(服务号)
Dreamweaver
域名(ICP备案的)
微信公众号有分享接口权限
查看AppId,AppSecret、IP白名单(填你服务器外网IP)、绑定域名(将自己网站的域名绑定)
注:在微信公众号上绑定的过程中还有一些验证,根据提示操作即可。
wechat.php文件下载,放在网站根目录(下方提供了下载地址)
需要通过Dreamweaver进行添加微信公众号的AppId,AppSecret
将修改好的 wechat.php 文件上传到你网站的根目录。
文章内容页模板微信分享代码:
<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://gc.91ait.com/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,//如果分享失败,把0改成1开启错误提示看看
appId: d,
timestamp: i,
nonceStr: t,
signature: n,
jsApiList: ["onMenuShareTimeline", "onMenuShareAppMessage"]
}),
wx.ready(function() {
wx.onMenuShareTimeline({
title: "{dede:field.title/}",
desc: "{dede:field.description/}",
link: "{dede:global.cfg_basehost/}{dede:field.id runphp='yes'}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}",
imgUrl: "{dede:global.cfg_basehost/}{dede:field.litpic/}"
}),
wx.onMenuShareAppMessage({
title: "{dede:field.title/}",
desc: "{dede:field.description/}",
link: "{dede:global.cfg_basehost/}{dede:field.id runphp='yes'}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}",
imgUrl: "{dede:global.cfg_basehost/}{dede:field.litpic/}"
})
})
}
});
</script>
-------------
注意将代码里面的域名换成自己网站的域名
最后,我们来看下效果吧
END
wechat.php文件下载地址:https://pan.baidu.com/s/1FQejrLWYpY5rOwWLe0xg6A
下载地址:https://pan.baidu.com/s/1FQejrLWYpY5rOwWLe0xg6A?_at_=1626171661053#list/path=%2F&parentPath=%2F
如果您一阵操作猛如虎,仍然没搞好,请联系我们淘宝客服或者技术工程师解决。