August 13, 2011

How To Speed Up Your Blog Loading Time Using Google Chrome Frame

How To Speed Up Your Blog Loading Time Using Google Chrome Frame




1.Log in to your dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this <head> Tag

4.Copy below code and paste it just after above code.

<meta http-equiv='X-UA-Compatible' content='chrome=1'/>

5.Once again scroll down to where you see this </head> 

6.Copy below code and paste it just after above code.

<!--[if IE]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<style type='text/css'>
.chromeFrameOverlayContent{top:10px;margin-top:10px;}
</style>
<script>
     window.attachEvent("onload", function() {
       CFInstall.check({
         mode: "overlay"
       });
     });
</script>
<![endif]-->

7.Now Save Your Template you are done.

Check your blog loading time ..Enjoy

No comments:

Post a Comment