HOW TO MAKE YOUR BLOG MOBILE FRIENDLY.
Now a Days the peoples using mobiles is increasing Rapidly.more number of peoples surfing net through mobile.so this days it is necessary to change your blog in a way such that it loads easily in mobiles.This trick is some what helpful to u .
Sign into your Blogger account > Design > Edit html
Then Press Cntrl + F.
then you got find tool in bottom of the browser.
then find this line there.
<b:include data='blog' name='all-head-content'/>
After This Paste the following code after that line.
<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>
after that save .
now your blog loads quickly in mobiles.
0 Responses to HOW TO MAKE YOUR BLOG MOBILE FRIENDLY