1 Twitter button for Wordpress 22nd January 2010, 3:37 pm
SkipSoft
MITR New User
Simply paste the following code on your single.php file, within the loop:
<a href=”http://twitter.com/home?status=’ <?php
the_permalink();?> \ is <?php the_title(); ?> ‘ target=”_blank”>Twitter</a>
Your reader can tweet in Twitter.
<a href=”http://twitter.com/home?status=’ <?php
the_permalink();?> \ is <?php the_title(); ?> ‘ target=”_blank”>Twitter</a>
Your reader can tweet in Twitter.