This is a very simple guide to adding a ‘tweet this!‘ link to your WordPress blog
- Open your WordPress blog admin section
- Click ‘Appearance…Editor’
- Find the element you want to change. I’d suggest the header.php or footer.php
- Generate an image for your Twitter button.
- Where you want to display your ‘tweet this‘ button, add the following code
<a href=”http://twitter.com/home?status=Look at this! <?php the_permalink(); ?>” title=”Tweet this” target=”_blank”><img src=”/images/tweetthis_jpg” alt=”Tweet this!” /></a>