Easy Fix to make your Blog more Smartphone Friendly

Here is a quick tip that you can do to make your website more Mobile Friendly for phones such as the iPhone, iPad and the great Android Phones.

1) Goto Design, Edit HTML



2) Under the < head > line simply add this code.

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



3) Click Save and Voila.

6 comments:

  1. Great tip! Works like a charm. Thank you very much!

    ReplyDelete
  2. thank you thank you thank you.

    ReplyDelete
  3. dont have smart phone!!!!

    how can i see the effect???

    ReplyDelete
  4. Yeah this is very interesting and excellent to have such a nice source of information

    ReplyDelete
  5. Fine on IPhone, thanks ... but I don't see any effect on IPad.
    Do I have to add another line of code ?

    ReplyDelete