Follow me on twitter button?

4 replies
Hey people, I'm an idiot when it comes to programming anything.

I just made a twitter account and I'd like to put that little thing on my website so when people click on it takes them to my twitter profile where they can follow me. Can someone please explain to me how I can do that?

Thanks a lot,
Jack
#button #follow #twitter
  • Profile picture of the author robdraw
    Easy
    Find an image like one of these Free Twitter Buttons | Siah Design
    put it into your image directory

    Paste this link into your HTML
    <a href="http://www.twitter.com/robdraw" title="Follow Rob on Twitter" target="_blank"><img src="http://www.warriorforum.com/images/twitterbanner.jpg" alt="Follow Rob on Twitter" /></a>

    Dont forget to change my name for yours.

    If you want just a text link

    <a href="http://www.twitter.com/robdraw" title="Follow Rob on Twitter" target="_blank" >Follow me on Twitter</a>

    The target="_blank" will open a new window if you want people to go to twitter in the same window just remove it.

    See it here
    http://pro-webdesign.biz/followme/follow.html
    {{ DiscussionBoard.errors[889109].message }}
  • Profile picture of the author AndrewStark
    I found this site that has some impressive images that you can use
    30 Fresh and High Quality Twitter Icon Sets | Icons

    You'll need to download the images and then upload them to your server, then get the link correct, but that's the only change to the code that Rob gave you.
    {{ DiscussionBoard.errors[897174].message }}

Trending Topics