Sunday, November 6, 2011

How to Make Blogger Blogs Mobile Phone Compatible

Did you know that There is An Whooping Increase in Number of People using the Mobile Internet than the Standard Internet ? The world has gone mobile with the Advent Of Smart Phones. More smart phones are being bought than ever, and the same goes for mobile Internet plans. This means that even though Your Blog has great content, You may Have Chance of Loosing The Traffic Driving From mobiles.
According to netmarketshare.com the Mobile Market Share(Including Tablets) is 5.5% which Is A lot more than Previous Years. And also it is Revealed that this Figures Could make Up to Large numbers by 2013(1 Billion Survery Interactive Data Corp).So There is A Every Possiblity of Losing Customers  if your website doesn’t display Content well On User's Mobile.


So,Here is A Tip for All Those Blogger out There to Make Their Blog "Mobile Friendly".


Step1 : Sigin into Your Blogger Account 
Click Design--> Edit Html
Find This Line (using Ctrl + F)


<b:include data='blog' name='all-head-content'/>


Step2: Replace it With Following 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>

Step3: Save the Template And Click Done!

That's it ! Your Blog is Ready For Mobile :)

No comments:

Post a Comment