• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

Increase Your Blog Loading Speed With Lazy Load Plugin

Today i will show you how to increase your page loading speed. It is very easy to do.This plugin is known as Lazy Load. Just paste a simple javascript code into your page and enjoy speedy page load.
Having a fast speed affects SEO. Page speed also effects visitors. Having a slow speed will make your visitors ranking go down. So have this in your page to  decrease it's load time.

Follow the Below Steps:

  1. Login to your Dashboard.
  2. Go to Templates---> Edit html.
  3. Find for </head> tag
  4. Copy and paste the below code above/before </head> tag.


<script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script src='http://beautifulbloggerwidgets.googlecode.com/files/lazyload-min.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
$(function() {
$(&quot;img&quot;).lazyload({placeholder : &quot;http://beautifulbloggerwidgets.googlecode.com/files/grey.gif&quot;,threshold : 200});
});
</script>
Now, Save the Template.


It's Done .



Categories: ,

0 comments:

Post a Comment