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:
<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.
No comments:
Post a Comment