Engineering and re-engineering your blog.

Blogineering


Archive for August 19th, 2011


Customizing your ‘Follow me on Twitter’ button 0

Posted on August 19, 2011 by Guillermo Bautista

In last Monday’s post, we have learned how to add a Follow me on Twitterbutton using a code generator.  In this post, we are going to learn a little HTML which will enable us to customize our button.

First, we will use the img src code to display the Follow me on Twitter icon. The img src code is the html code used to display images.  The code is as follows.

<img src = “the URL of your Twitter button”>

For example, the URL of my Twitter button at my side bar is http://www.howtonew.com/wp-content/themes/Simplista/twitter.png. So, to display button in this post, the code should be:

<img src = “http://www.howtonew.com/wp-content/themes/Simplista/twitter.png”>

The output of this code is the small Twitter button shown below.

We have have now displayed the button. The next step is to link the button to your Twitter account. Read the rest of this entry →

Related Posts Plugin for WordPress, Blogger...


↑ Top