Make It Easy For People To Follow You On Twitter
Jan 8th, 2009 | By DebOnTheWeb | Category: TechnologyOkay, if you’re having fun on Twitter, then you probably would like to have more people follow you, so you need to make it as easy as possible for people to reaiize that you tweet. TwitButton.com has 72 free buttons for you to use to spread the word. All you need to do it go to their website and put in your Twitter name. Then copy and paste the code into your website or blog to make it easier for people to follow you on Twitter. (You can see that I’m using one of their buttons on my sidebar here on my website.)
Here are a few samples, then go to their website and choose the one you like best!
I’ve made just one small change to the code. I want people to follow me, but I don’t want them to leave my website or blog. This is the first piece of code which sets up the link to your Twitter profile:
< a href=”http://twitter.com/yourname”>
(I’ve put in an extra space between the carrot and the a, so you can see the html code, otherwise Active Rain will put in the link itself)
To make the link open in a new window just add at the end:
< a href=”twitter.com/yourname” target=”blank”>
so that’s a space and then target=”blank”







Thanks for the info . I have followed your suggestion and copy paste the Twitter code in my blog
http://googlemoney-aieresurfing.blogspot.com/
That’s the way to do it Amen!
Thanks, for the code for the Twitter buttons.