среда, 6 апреля 2011 г.

How to make your blogspot blog mobile friendly

Everyday, more people are using mobile phones however more people are using them to go on the Internet which means you will get traffic.Your website has to be phone/mobile 'friendly' because if the web page takes along time to load, we go on someone else's website which loads quickly.

Tips: use CTRL+F to search the codes

1. Login in to Blogspot and click on the 'design' tab and then onto 'edit html'.


2. Find this code: <b:include data='blog' name='all-head-content'/>



3. Below that code you need to 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>

4. Click 'save template and now your website should load quicker when you visit it on mobile phone device.



Комментариев нет:

Отправить комментарий