Thursday, November 3, 2011

How to Make Blog Mobile Phone Friendly



Now a days, embedded system is becoming popular to access the internet. Huge people use their mobile phones to visit websites because of high bandwidth speed. In my another post I have written on Traffic generation's tips which tells about 30 ways to give more visitors. But I didn't mention their about one way with mobile phone. If you don't make blog mobile phone friendly you will lose a lot of visitors.

To make your blog mobile friendly just follow the following easy steps: 



1)Sign into blogger.com account.

2)Go to Design -> Edit Html

3)Find out the following line of code: 

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

4)Now paste the following code below that line 
 
<meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" />
<b:if cond="data:blog.isMobile">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<b:else />
<meta name="viewport" content="width=1100" />
</b:if>
5)Save the changes.

You are done! It is easy and simple but very helpful for mobile readers 
to access blog from their mobile phones. Let me know your experience 
applying this mobile phone tips on your blog. 
 
 
Sohel Parvez Web Developer

No comments:

Post a Comment