Wednesday, September 26, 2012
0
Wednesday, September 26, 2012
Unknown
Increase blog speed - lazyload plugin
Increase blog load by lazy load plugin
Blog is using xml templates and my bloggers are using more and more widgets as search engines will consider page load speed of blog when more website conatin related contents and page ranking.
Now to increase page load speed of blog there is plugin called lazy load plugin to speed up the blog template.
just add the follwing code in template.
step1:
Login to blog
step2:
Then clcik template and click proceed.
step 3:
Just search for </head> tag using CTRL+F.
step 4:
Just above that code copy and paste the below code.
<!--Blog4al lazy load plugin starts--> <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><!--Blog4al lazy load plugin ends-->
step 5:
Then clcik save button.
Thats all your blog loading speed will be increased
Related Articles :
Do you like this article? Spread the words!
If you enjoyed this post, please consider leaving a comment or subscribing to the E-mail feed to have future articles delivered to your feed reader.
Subscribe to:
Post Comments
(
Atom
)
0 Responses to “ Increase blog speed - lazyload plugin ”
Post a Comment