Wednesday, September 26, 2012

Widgets

0

Increase blog speed - lazyload plugin

  • Wednesday, September 26, 2012
  • Unknown
  • Increase blog load  by lazy load plugin


    speed up blog template

    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() { $(&quot;img&quot;).lazyload({placeholder : &quot;http://beautifulbloggerwidgets.googlecode.com/files/grey.gif&quot;,threshold : 200});});</script><!--Blog4al lazy load plugin ends-->

    step 5:

    Then clcik save button.


    Thats all your blog loading speed will be increased




    0 Responses to “ Increase blog speed - lazyload plugin ”


    *Important - If you want to be informed of any replies to your comment, check the "Subscribe By Email" before submitting. Please Do Not Spam

    Post a Comment