Blogging is fun especially if you share it to people across the world, and making your blog to be accessible not just only by desktop computers or laptops but also on mobile phones is a good thing to do, don't you know that millions of people around the world also use their mobile phones to browse blogs and websites?

And by making your blog mobile friendly certainly adds up to your blog's visitors and readers, Here are the steps on which you can make your blog mobile friendly on a flash:
Sign into your Blogger account>Design>Edit html
And then search (ctrl+f) for this line code:
<b:include data='blog' name='all-head-content'/>
And paste this code, "below" that code 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>
And save your template.
And Viola! your blog can now be easily access on mobile phones with a superb speed.
Link To This Article:


























