0 Comment


You have seen many mind blowing widgets on Wordpress blogs but its now time to make Blogger a better place! Presenting to you just another beautiful and yet useful widget that displays the current number of your blog subscribers, Twitter and Facebook followers. This widget is based solely on pure CSS and HTML with no JavaScript involved therefore you just need to update the counts manually. At present I am learning programming too so as soon as I develop some good command in programming, I will automate all TZPH widgets but at present bear with me as a designer only :p


Take a look on how the widget will look like on a blog with narrow sidebar (The screenshot above is taken on a blog with wide sidebar)



Follow the Steps Below To Add The Follower Counter To Your Blogger Blogs

  1. Go To Blogger > Layout
  2. Choose Add a Gadget or Add a Page element
  3. Select HTML/JavaScript widget
  4. Paste the code below inside it,


<style>       
.rss-tzph {       
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZLxrBXW5pCPVuglladZqJTmI9bEu1xaYk9XaxX18r6NWRGq5wqbPz41VmOdzLv23hRFFcqh-G3hnE1GEWTuMYJDoAqhII5PVC90V7UdqdWRQowGcYlmT0ieAoq81hJHtlL-NOrzXGNMc/s800/RSS1.png) no-repeat;       
    height: 64px;       
    padding: 0px 20px 0px 80px;       
    margin-top: 20px;       
}
     
.twitter-tzph {       
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD8xyfTV4p8ZW16vi2fm65Hd4ekaoEJT-INyMvgZHFlbnoEDyqUYLeUqT7beYx9naml6vkfVwcXW7jS1X92z-XrJJGKgkYtQH6_9fXqWrvGls1Wo0j2Hj_-_Ic04-u-L7S5ofh580D_kg/s800/TWITTER1.png) no-repeat;       
    height: 64px;       
    padding: 0px 20px 0px 80px;       
    margin-top: 20px;       
}
     
.facebook-tzph {       
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWtfTkLZSTHd1kddrfl-A5kXcOhCEq7L1O5DsdA2Mm9-Tdh-4eiCB8w6Th_WYykpn4eJTrsIqgndit08Cc_UcPT1eAi3esfb38Qp1PN5f5jc91sZVBx2PT_Y7Y6f8f8zYeSyWvAEE0QmU/s800/FACEBOOK1.png) no-repeat;       
    height: 64px;       
    padding: 0px 20px 0px 80px;       
    margin-top: 20px;       
}
     
.follower-rss, .follower-twitter, .follower-facebook {       
    font-family: Georgia,  sans-serif, Times;       
    font-size: 1.1em;       
        font-style:italic;       
        color:#289728;       
}
     
.follower-rss span {       
    font-size: 1.9em;       
    font-weight: bold;       
        font-style:italic;       
        color:#FFB93C;   
}
     
.follower-twitter span {       
    font-size: 1.9em;       
    font-weight: bold;       
        font-style:italic;       
        color:#6DB6E6;   
}
     
.follower-facebook span {       
    font-size: 1.9em;       
    font-weight: bold;       
        font-style:italic;       
        color:#3889BA;   
}
     
</style>
     
<div class="rss-tzph">       
<div class="follower-rss"> <span>515</span> loyal readers       
</div>       
<a href="ADD-RSS-FEED-URL-HERE" rel="nofollow">RSS feed</a>       
| <a href="ADD-RSS-EMAIL-FEED-URL-HERE" target="_blank" rel="nofollow">E-mail</a>       
</div>
     
<div class="twitter-tzph"><div class="follower-twitter"><span>1058</span> followers</div>                           
<a href="ADD-YOUR-TWITTER-URL-HERE" target="_blank" rel="nofollow" title="I definitely follow you back">Follow us on Twitter!</a>       
</div>                       
     
<div class="facebook-tzph">                       
<div class="follower-facebook"><span>260</span> followers                            </div>                           
<a href="ADD-YOUR-FACEBOOK-URL-HERE" target="_blank" rel="nofollow">Join us on Facebook!</a>       
</div>
NOTE:- Make sure to replace the bolded text with the required details (links of your Feedburner, twitter and facebook accounts) and replace the bolded numbers with your current follower counts. For example replace 515  with your current number of Subscribers, replace  1058 with the number of your twitter followers and replace 260 with the number of your facebook followers
     5.    Save and you are done! Now view your blog to see a stunning widget hanging on your sidebar :D

Customization:

I hope it was not difficult to add :). You can replace the images used in this widget with the image links of your choice. 

Post a Comment Blogger

By visiting our website and accessing the information, resources, services, products, and tools we provide for you, either directly or indirectly, you agree to use these Resources only for the purposes intended as permitted by (a) the terms of this User Agreement, and (b) applicable laws, regulations and generally accepted online practices or guidelines.

 
Top