Thursday, August 8, 2013

How to Add Loading Time Indicator to Blogger Blog

Author: Gagan Masoun
How to Add Loading Time Indicator to BloggerAnother attractive blogger widget for all our lovely readers. This time I am here with "Loading Time Indicator" blogspot gadget. It will show your blog's loading time. I am damn sure your blog readers will like this so much. You can easily install it on your blog. If you want to share this widget with your readers then give us credit link. Before adding something new things to your blog please take back up of your Template. Let's start this tutorial:

How to Add Loading Time Indicator to Blogger

  • Go to Blogger Dashboard » Template
  • Click On Edit HTML
  • Search For ]]></b:skin>
  • Copy/Paste the Following Code Above it
#loading {
    position:absolute;
    width:300px;
    top:0px;
    left:50%;
    margin-left:-150px;
    text-align:center;
    padding:7px 0 0 0;
    font:bold 11px Arial, Helvetica, sans-serif;
}  
  • Now, Find </head> In Blogger Template
  • Copy/Paste the Following Code Above it
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function(){
      $("#loading").hide();
})
</script>
  • Now, Search <body> In Blogger Template
  • Copy/Paste the Following Code Below it
<div id="loading">
Loading content, Please wait..<br/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlTBH7dWnAek266N9BkEskB-1nJi5ffIG3HPSOmGIT_YyU4n6K4odJ3JDp71yLEu_zxOcLsnk2buecB73Fk0dOW3cs5BFiGA5M1PKg9i2atshpZfEBVhY3CUemHRCfdf-ICRD5wwCbv8GY/s1600/bd-loader.gif" alt="loading.."/>
</div>

Note - You can create a loading image with this cool Ajax Loading Gif Generator. And change green color highlighted image URL with your own image.
  • All Done! Now, Press Save Button. :)

Your comment, suggestion and feedback is highly appreciated. Thanks for your visit, and share this widget with your friends. Stay Blessed :)

14 comments:

  1. Thanks for this,but a demo would be appreciated if possible

    ReplyDelete
  2. I just visited ur blog 4 d first time but I think I will try to add dis to my blog because I love gadget a lot. http://www.worldbasetech.blogspot.com

    ReplyDelete
    Replies
    1. Oh! Thanks for your love Onyema. Blogs Daddy is a place where you can get so many widgets, gadgets, tips and trick for your blog. Stay tuned :)

      Cheers..!!!

      Delete
  3. Thanks for post ,awesome article, it's a wonderful feature i can try to check loading time

    ReplyDelete
    Replies
    1. Yes, sure brother You can try this code any time.

      Regards
      Gagan Masoun

      Delete
  4. Dear I found your blog URL on Ankit Kumar Sigla.your blog is good. It's have good content. now i visit on daily basis to learn many things. thanks

    ReplyDelete
    Replies
    1. Thanks Rana brother. Anikt Kumar Singla is great blogger and my good friend. :) Stay Tuned

      Delete
  5. Thanks for the code Gagan:)

    Loading time indicator? Seems quite interesting.

    Will try it, keep sharing the similar stuffs!

    ReplyDelete
    Replies
    1. Happy to see you here Nirmala Mam.

      I am regular reader of your "Magical" blog.

      Stay tuned :) God bless

      Delete
  6. Thanks for the post i really appreciate it

    ReplyDelete
  7. not work for me :(
    http://www.knowledgeisfree.info

    ReplyDelete
    Replies
    1. Hello Harcharn Singh,

      Have you done all the above steps?

      Which type of error did you see?

      Thanks
      Gagan

      Delete