August 13, 2011

How To Compatible Blogger Blog With Mobile Phones


Many blog readers is reading blog using mobile phones with opera mobile browser. but many blogs cannot view on mobile phones because it is not a comaptible with mobile phones. so this tutorial i'm gonna show you how to compatible your blog with mobile phones. it is very easy to do' so guys follow the simple steps below thank you!

1.Login to your blogger Dashboard--> Design- -> Edit HTML

2.Scroll down to where you see below code:

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

3.Now copy below code and paste it just before the above line.












<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>


4.save your template and you are done.

No comments:

Post a Comment