you can make your blog for mobiles browsing.so people can
visit your blog from mobile.when its normal its take long
time to load the page.but after did this its can will load fast,
1. Go to your blogger account >> Design>> Edit HTML
2.Find this tag by using Ctrl+F
<b:include data='blog' name='all-head-content'/>
3.Paste this below code after the above tag
4. Now click Preview and click save template. you are done.
visit your blog from mobile.when its normal its take long
time to load the page.but after did this its can will load fast,
1. Go to your blogger account >> Design>> Edit HTML
2.Find this tag by using Ctrl+F
<b:include data='blog' name='all-head-content'/>
3.Paste this below code after the above tag
<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. Now click Preview and click save template. you are done.
0 comments:
Post a Comment