How to Make Blogger Blog Mobile Phones Friendly to Load Fast

Advertisements:

How to Make Blogger Blog Mobile Phones Friendly to Load Fast. Make you blogger (blogspot) mobile friendly so that you dont loose readers who are browsing from mobile.

blogger mobile compatible

For a normal blog which is opened directly takes lot of time to load and there are other issues that your site not fitting properly in the mobile screen and readers might close your blog and never return. If you make your blog mobile friendly, users can read and open your blog smoothly. Here are the steps to do that -

1. Sign into your Blogger account > Design > Edit html

2. Search (Ctrl+f) for the following line (it will be on top side)

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

3 .Now after this line add the following 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>

4. That’s all, now your blog is mobile compatible and will load faster for mobile users.


blogspot, How to, mobile phones, tricks

One Response to How to Make Blogger Blog Mobile Phones Friendly to Load Fast

  1. Gouthaman Karunakaran October 13, 2010 at 5:25 pm #

    I am not able to save the template after I make the changes mentioned in your post, there apparently is a mistake in the code. Correct me if I am wrong.

Leave a Reply