RSS

Blogger on Your Cellphone: How to Make Your Blog 3G Phone Friendly

Blogger on Your Cellphone
Now that 3G has gotten so popular more people are using their cellphones to access the internet so lets get your blog cellphone ready! Here's how....


  1. Goto Dashboard>>Design>>Edit Html
  2. Click Download Template so that if you make a mistake you can just reapply your template the way it was before.
  3. Look for this in your code '<b:include data='blog' name='all-head-content'/>' FYI: It's at the very top of your template code.
  4. Now just below that paste 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>
Now Click Save! That's It.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments:

Post a Comment