
Now, Blogger has given you another feature to make blogging life more easier. Because now, you can make your blog compatible for mobile phones. By this, users that read your blog from mobiles will be able to have a compatible look with their mobiles. So, by enabling this feature, you will get more blog readers that visit your blog from their mobile and your blog will look beautiful+compatible on mobiles. Blogger has already added this feature in all templates designed using their template designer so, if you are using their default templates, you blog may be compatible for mobiles by default BUT if you are using any other blogger template (i.e. downloaded from any other site) then you need to follow these given steps to make your blogger blog compatible for mobiles.
Follow These Steps:
- Login to Your Blogger Account
- Go to Dashboard > Design > EDIT HTML
- Search for This Code (no need to check expand widgets)
<b:include data='blog' name='all-head-content'/> - You will find this code easily as its placed on top lines of blogger template
- After finding above code
- Paste this new code before the above given code.
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if> - Save Your Template
- Thats it !
No comments:
Post a Comment