12
comments
How to Make Blogger Blogs Mobile Phone Compatible

How to Make Blogger Blogs Mobile Phone Compatible? .If you are running a blogspot blog then you should think about making your blogger blogs mobile friendly. Actually today i was seeing my Google Analytic account and i was surprised when i saw in the browser details that 15% of the users are using mobile browsers.

Make your Blogger Blog Mobile Compatible

I also noticed that my blog is getting more visitors from the US region, where majority of users using mobile phones, tablets and iPhones. So i have decided to make my blog(http://bloggerhowtotips.blogspot.com) mobile compatible. Below here you will find how to make blogger blog mobile phone compatible.


Steps to Make Blogger Blog Mobile Phone Compatible
Note: Before making any changes to your template, take a full backup of your blogger template.
#Step 1. Log in to your Blogger Dashboard and Navigate to Design> Edit HTML and Check the Expand Widget Templates Check box.


Design Edit HTML

#Step 2. Find this code:
<b:include data='blog' name='all-head-content'/>
and replace it with this code.
<b:include data='blog' name='all-head-content'/>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>

#Step 3. Save template and done!.

If you need any help please Leave a response.


12 Responses to "How to Make Blogger Blogs Mobile Phone Compatible" - Leave a response

  1. Tetiana Bilokin October 22, 2010 at 7:13 PM
    Is there any way to preview how the blog will look in a mobile device?
  2. Piyush - Admin @ Blogger How To Tips October 23, 2010 at 12:28 AM
    @vorobushek, i will say Yes :), you can use these free online mobile emulators. I have write that special post for you. Enjoy :)
  3. TheEmoLab December 17, 2010 at 12:38 PM
    hey i dont really comment often but i dont have the following code in my blog xhtml code even when i Expand Widget Template

    If you can tell me whats close to

    Then Maybe i Could Figure This Out!
  4. Piyush Dungrani December 17, 2010 at 4:09 PM
    @TheEmoLab, If you don't find it then add entire section given in step 2 :)after <head> tag.

Post a Comment

^ Scroll to Top