Twittercounter is a service that helps us display our number of followers on our blog. If you already have large number of followers following, then it would be advantages to display the number of followers. This will tempt many other twitter users who visit to your blog to start following you.
Twittercounter provides the codes to display the chiklet.
The twittercount chiket has a small text twittercounter.com at the bottom which you may not want to display. Here is a small html hack.. Place the code you obtain from twittercounter in the div tag below [between the
and
tags].
<div style="overflow:hidden; width:88px; height:19px"> </div>
To simply get the chiklet, without any hassle, just add your twitter username at the end of this URL http://twittercounter.com/counter/?username=
Ex:-
http://twittercounter.com/counter/?username=technotip
technotip is a username.
Place this code wherever you want in your blog, to encourage your visitors to start following you.
Here is the final code:
<div style="overflow:hidden; width:88px; height:19px"><a href="http://twitter.com/technotip/"><img src="http://twittercounter.com/counter/?username=technotip/"></a></div>
Replace technotip with your twitter username.
Read more on this article...


