此套插件由秀站网同行,也是很好的老朋友织梦猫开发,不知哪位网友分享发布了导致网络盗版频频,这里我们也分享下仅供大家参考学习 ,建议大家使用付费版插件到织梦猫官方购买。
插件介绍:
织梦手机站URL默认是动态,虽然百度明确表示对于动静态URL一视同仁,但是手机站是动态获取数据库信息影响了手机站打开速度。织梦猫开发的这一插件完成了手机站静态化,提高了手机站打开速度,一件事转化手机站标签,非常方便,而且支持手机站绑定子域名。
插件下载:
百度网盘链接:https://pan.baidu.com/s/1o8zS3Y6TMbYyi0LRucMIwg 提取码:hqzl
插件安装
1:登录后台--模块--上传新模块--根据本站编码上传对应的模块。
2:根据需求设置静态化及启用子域名。
插件安装后:
插件安装后需要做几项修改,包括PC模板跳转识别代码、内容页图片去掉固定尺寸。
1:PC模板跳转识别代码
首页修改识别代码:
<meta name="applicable-device"content="pc">
<meta http-equiv="Cache-Control" content="no-transform"/>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://手机站域名" >
<meta http-equiv="mobile-agent" content="format=xhtml;url=http://手机站域名">
<script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="http://手机站域名";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
列表页修改识别代码:
<meta name="applicable-device"content="pc">
<meta http-equiv="Cache-Control" content="no-transform"/>
<link rel="alternate" media="only screen and(max-width: 640px)"href="http://手机站域名{dede:type}[field:typelink /]{/dede:type}" >
<meta http-equiv="mobile-agent" content="format=xhtml;url=http://手机站域名{dede:type}[field:typelink /]{/dede:type}">
<script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="http://手机站域名{dede:type}[field:typelink /]{/dede:type}";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
文章页识别代码:
<meta name="applicable-device"content="pc">
<meta http-equiv="Cache-Control" content="no-transform"/>
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://手机站域名{dede:field name='arcurl'/}">
<meta http-equiv="mobile-agent" content="format=xhtml;url=http://手机站域名{dede:field name='arcurl'/}">
<script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="http://手机站域名{dede:field name='arcurl'/}";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
2:去掉内容页上传图片固定尺寸
找到PHP系统文件:include/ arc.archives.class.php,先备份下这个文件。
然后查找代码:
//设置全局环境变量
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
在其下面增加:
//去掉img的width和height
$this->Fields['body'] = preg_replace("/style="width:(.*)"/","",$this->Fields['body']);
基本的修改就完成了。还有部分手机站的调试根据具体情况来调试。
提交百度站长平台移动适配规则:
转载请注明来源网址:https://www.mubanyun.com/dedecms_mk/2022.html
发表评论
评论列表(条)