Here are simple steps to follow to add this cool plugin to your Blogger:
- Go to Blogger Dashboard > Template > Edit HTML
- Search for </head> tag (Hit Ctrl F for shortcut)
- Copy and paste the code below just 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>
4. Save template.
0 comments:
Post a Comment