欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

织梦内容页做熊掌号有图片就输出三张,没有就不输出

相关案例演示

织梦内容页做熊掌号,图片这一块,有文章内容图片就输出3张,没有就不输出,自动加逗号隔开,在 /include/extend.func.php 这个文件最下面加入一个函数

/** * 文章内容提取图片(多张)自定义输出 * 织梦模板网 * @access public * @param string $string 文档内容 * @param string $num 输出几张 * @return string */ if(!function_exists('getBodypics')) { function getBodypics($string, $num) { global $cfg_basehost; preg_match_all("/<img([^>]*)\s*src=('|\")([^'\"]+)('|\")/",$string,$matches); $imgsrc_arr = array_unique($matches[3]); $count = count($imgsrc_arr); $i = 0; $result = ''; foreach($imgsrc_arr as $imgsrc) { if($i == $num) break; $result .= ($result=='' ? '"'.$cfg_basehost.$imgsrc.'"' : ','.'"'.$cfg_basehost.$imgsrc.'"'); $i++; } return $result; } }  

然后在织梦内容页模板在</head>前面加入

<link rel="canonical" href=http://www.dede58.com/a/zhimengjiaocheng/dedefault/"{dede:global.cfg_basehost/}{dede:field.id runphp=yes}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}"> <script src=http://www.dede58.com/a/zhimengjiaocheng/dedefault/"/msite.baidu.com/sdk/c.js?appid=1608633444348086"></script> <script type="application/ld+json"> { "@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld", "@id": "{dede:global.cfg_basehost/}{dede:field.id runphp=yes}$result=GetOneArchive(@me);@me=$result['arcurl'];{/dede:field.id}", "appid": "1608633444348086", "title": "{dede:field.title/}", "images": [{dede:field.body function=getBodypics(@me,3)/}], "description": "{dede:field.description function=html2text(@me)/}", "pubDate": "{dede:field.pubdate function="MyDate('Y-m-d\TH:i:s',@me)"/}" } </script>  

如果网站有独立手机端,把{dede:global.cfg_basehost/}这个改为手机域名,上面代码中那2个id 608633444348086改成你自己的熊掌号id

作者:欣怡建站 挑错 时间:2020-01-07 12:52
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服