Many people now use twitter for business as well as personal networking. But, how do you add a “follow me” button to your website? It’s very straight forward, especially as twitter has done all the code for you, you just need to know where to find it!
1. Scroll down your twitter page (can be your home page or profile page, just make sure you’re logged in), and find a row of links at the bottom. Click on “goodies”
2. You’ll now see a page showing you 2 options, widgets and buttons. Today we’re talking about a “follow me” button, so click on the button image
3. You’ll now see a table with all the different styles of twitter button. Just pick your favourite and click on it!
4. A small pop-up window will appear with some code highlighted. You need to copy this code and paste it into your website code where you want it to appear. To copy you can either press the ctrl button and C at the same time (my preferred shortcut), or an easier technique is to use the right button on your mouse and choose copy. You can even use the edit option at the top of your web browser then choose copy from the drop down menu… so many choices! The code should resemble something like:
<a href=”http://www.twitter.com/yourusername”><img src=”http://twitter-badges.s3.amazonaws.com/follow_bird-b.png” alt=”Follow yourusername on Twitter”/></a>
with variations for your username and the badge code depending on the style you chose.
5. Now you just need to paste that code into your website. Make sure you select an editing option that allows you to change HTML code. If you don’t paste it into an HTML section, it will appear on your website exactly as it does in this post. One way to know if you’re putting it in the right place on the page, is to put some text in the normal editor, that is clear to find in the html editor. Such as “PUT CODE HERE!!!” then just hunt that section down in the html editor and replace it with the copied code. To paste, you can do the shortcut “CTRL button and P button” or right button on mouse and choose paste.
Hope that didn’t confuse you too much, step 5 is the only difficult part. Let me know how you all get on and if there’s any other little how-to’s you’d like











