• 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. ...

Awesome jQuery Page Loading Effect For Blogger

This is another blogger trick through which a reader see a loading background during the page load and on complete of page load it disappears. This is jQuery Loading plugin for blogger. This plugin is available with many other animations. So have this plugin to your blog and make it look better.

Steps To Add jQuery Loading Plugin To Blogger

  • Login to your Dashboard.
  • Go to Templates >>Edit Html.
  • Find for </head> tag.
  • Paste any of the below code just above it.

Loading.1




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading7.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>




Loading.2




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loaing2.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>



Loading.3




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading9.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>



Loading.4




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading8.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>



Loading.5




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading5.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>



Loading.6




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading4.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>



Loading.7




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading3.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>


Loading.8




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>




Loading.9




<style>

#btat-loading {
    position: fixed;
    z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #FDFEF8 url(http://i1269.photobucket.com/albums/jj591/aditya9172/loading1.gif) no-repeat center;
    line-height: 350px;
    text-align: center;
    font-size: 36px;
    color: #353231;
    text-indent: -9999px;
}
.btat #btat-loading { display: none; }

@media only screen and (device-width: 768px) {
    #loading {
        position:absolute;
        width:1040px;
        min-height:768px;
    }
}
#btat-progress-bar {
    position: absolute;
    top: 0; left: 0;
    background: #0d5ff6;
    opacity: 0.8;
    width: 0;
    height: 18px;
}
#btat-loader {
    height: 100%;
    display: none;
}
</style>
<script>

(function($){

$(&quot;html&quot;).removeClass(&quot;btat&quot;);


$(&quot;#header&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;25%&quot; },1500) });
$(&quot;#footer&quot;).ready(function(){ $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;75%&quot; },1500) });


$(window).load(function(){

    $(&quot;#btat-progress-bar&quot;).stop().animate({ width: &quot;100%&quot; },600,function(){
        $(&quot;#btat-loading&quot;).fadeOut(&quot;fast&quot;,function(){ $(this).remove(); });
    });

});
})(jQuery);
</script>

  • Now, find for </body> tag and paste any of the below code as per your requirement above </body> tag.

Loading Only On Homepage




<b:if cond='data:blog.url == data:blog.homepageUrl'>

 <div id='btat-loading'><div
id='btat-progress-bar'></div><div
id='btat-loader'>Loading...</div></div></b:if>


Loading On Every Page



<div id='btat-loading'><div
id='btat-progress-bar'></div><div
id='btat-loader'>Loading...</div></div>

  • Now, click on Save the template.

It's Done.

Categories: ,

0 comments:

Post a Comment