Web Tech Guide

www.blogsmonetize.com feed

Make Your Blog Ready for Mobile Device

 

Nowadays, millions and millions of people are using mobile devices to access internet. If you don't make your blogs compatible with mobile devices. You may lose all your mobile readers. A normal blog takes a lot of time to load and, the size of your blog is too big for a mobile device. Thus, we have to make another version of your blog for mobile readers.  Luckily, with Blogger/Blogspot platform, you can achieve this with ease. The following instruction will show you how to do it.

  1.   Login to your account --> Design --> Edit HTML
  2.  Click on "Download Full Template" to save a copy of your template.
  3. Search for
  4. <head>
  5. Copy and paste the following code right after the <head> tag
  6. <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
    <b:if cond='data:blog.isMobile'>
    <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=2.0' name='viewport'/>
    <b:else/>
    <meta content='width=1100' name='viewport'/>
    </b:if>
  7. Save your template and you are done.

© 11/05/2010 03:02:00 PM www.blogsmonetize.com
Loading related posts...

0 comments:

Post a Comment