So, here is how to make your Blogger (blogspot) blog mobile internet friendly..
- Sign into your Blogger account > Design > Edit html and Find this line..
<b:include data='blog' name='all-head-content'/>
- Paste this code below 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>
- Save the Changes!
That's it! Now, your visitors can access your blogger blog through mobile phones with blazing speed...
