
Make Your Blog Mobile Compatible
Step 1. In Your Dashboard Click 'Layout / Design' > 'Edit Html'
Step 2. Find the following piece of code in your blogs Html, it's at the very top :
(Click Ctrl and F for a search bar to help find the code - More Info)
<head>
Step 3. Copy and paste the following piece of code directly Below / After <head>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>
Once you have the code in place save your template.
That's it your blog will be more friendly to Cell Phones and other mobile devices.
0 comments:
Post a Comment