06 March 2012

How to make your blogger blog friendly for mobile browsing

Now a days millions of people use their cell phone for internet browsing. The mobile internet speed is also very fast these days with 3G's , mobile apps,etc.


From these we can say that thousands of visitors are coming daily to your blog. If they could not yet get your blog friendly they would not see your blog anymore. so it should become assure that your blog could load easily to any of the mobile phones otherwise all the mobile phone readers you might loss. A normal blog takes lot of time to load and there are other issues that your site not fitting properly in the mobile screen.

So make your blog easily loadable and internet friendly please do that....

Sign In to your blog

Go to Design Tab and edit HTML

Now find this code

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


Paste this code below that 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>

Now save the changes

It's that, now your blog will visible to any mobile phones with fast and high speed.

Thanks you all.

0 comments:

Post a Comment