Exactly how to Include a Retweet Button on Your Blog site
Twitter has actually seen exponential development in the past year which is the reason why more and more bloggers are now sharing their stories on twitter. If you have not seen one of the cool Retweet switches on a few of most renowned blog sites, then you are losing out.
There are 2 methods to include this switch in your website. First is through the WordPress Plugin called Tweetmeme
Publish the plugin into/ wp-content/plugins/ directory.
Trigger it, and then go to the setups page.
You can change the RT @tweetmeme which is default to RT @yourusername. In our case it would certainly be RT @wpexpertpro.
This plugin also allows you to pick the location of the button placement. Leading Right Corner, Top Left Edge, and so forth.
The 2nd method is to do it by positioning the codes in your themes data of your choosing at the place that you desire.
For the Huge Button:
<script type="text/javascript">
tweetmeme_source = 'wpexpertpro';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
For the Compact Button:
<script type='text/javascript'>
tweetmeme_style = "compact";
tweetmeme_source = 'wpexpertpro';
</script>
Keep in mind to transform wpexpertpro to your twitter name. Currently you have a Retweet switch on your messages. You are on your way to obtaining extra exposure. Follow us on Twitter.