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.
It's Done .
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:
- Login to your Dashboard.
- Go to Templates---> Edit html.
- Find for </head> tag
- 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() {
$("img").lazyload({placeholder : "http://beautifulbloggerwidgets.googlecode.com/files/grey.gif",threshold : 200});
});
</script>
Now, Save the Template.<script src='http://beautifulbloggerwidgets.googlecode.com/files/lazyload-min.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>
$(function() {
$("img").lazyload({placeholder : "http://beautifulbloggerwidgets.googlecode.com/files/grey.gif",threshold : 200});
});
</script>
It's Done .
Categories:
Blogger Tricks
,
jQuery
0 comments:
Post a Comment