Thursday 31 March 2011

Increase Mobile Visitor To Your Blog

This will really helpful to increase the number of mobile visitors of your blog. Just follow the tutorial below:-
  • Login to your blogger Dashboard--> Design- -> Edit HTML
  • Scroll down to where you see this code
    <b:include data='blog' name='all-head-content'/>
  • Now copy below code and paste it before that code:-
    <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
    <b:if cond='data:blog.isMobile'>
    <meta content='width=device-width,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
    <b:else/>
    <meta content='width=1100' name='viewport'/>
    </b:if>
Save your edit and you done...
p/s: just share it if you like this post......
Related Posts Plugin for WordPress, Blogger...