织梦dedecms自动跳转到手机页面

织梦cms是非常常见的cms系统,但是dedecms移动端做的没有那么好了,下面讲讲织梦dedecms自动跳转到手机页面实现方法:
首页

<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
<script type="text/javascript">uaredirect("http://m.XXX.com/");</script>
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.XXX.com/">
<meta http-equiv="mobile-agent" content="format=xhtml; url=http://m.XXX.com/">

内页

<script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script>
<script type="text/javascript">uaredirect("http://m.XXXXX.com{dede:type}
[field:typelink /]
{/dede:type}");</script>
<meta http-equiv="mobile-agent" content="format=html5; url=http://m.XXXX.com{dede:type}
[field:typelink /]
{/dede:type}">
<meta http-equiv="mobile-agent" content="format=xhtml; url=http://m.XXXX.com{dede:type}
[field:typelink /]
{/dede:type}">

未经允许不得转载:跨屏互联 » 织梦dedecms自动跳转到手机页面

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏