杰凡seo:手机UA跳转至m子域名JS代码

请将此代码添加至全局——嵌入相关——模板加载前嵌入:

  1. <script>
  2. (function() {
  3. if(window.screen.width < 1000 && location.hostname.split(\’.\’)[0] != \’m\’) {
  4. location.href = \’http://m.4xseo.com\’ + location.pathname + location.search + location.hash;
  5. }
  6. })();
  7. </script>

上述代码UC浏览器不跳转,请使用下列代码:

  1. <script>
  2. $(function() {
  3. if($(window).width() < 1000 && location.hostname.split(\’.\’)[0] != \’m\’) {
  4. location.href = \’http://m.4xseo.com\’ + location.pathname + location.search + location.hash;
  5. }
  6. })
  7. </script>

请将上述代码中的http://m.4xseo.com替换为http://m.你的主域名

本站代码模板仅供学习交流使用请勿商业运营,严禁从事违法,侵权等任何非法活动,否则后果自负!
© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容