Want to add a ‘tweet this’ button in your blog posts for your blog’s exposure so as to increase your blog’s traffic. Do this without using a plugin as installing a specific plugin even for an undersized desire makes your blog slow and handling complicated.
Put the following given code anywhere in loop of your theme’s single.php template:
<a href=”http://twitter.com/home?status=An Interesting Article <?php the_permalink(); ?>” title=”Send this page to Twitter!” target=”_blank”>Tweet This!</a>
Note: Read the given code carefully to understand what actually happened.




