Thursday, June 9, 2011

How to Make Blogger'z Blogs Cell (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://king-hacker.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
 
#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!.
Thanks For Making This Possible! Kindly Bookmark and Share it.

Technorati Digg This Stumble Stumble Facebook Twitter

No comments:

Post a Comment