how to make retweet button to wordpress
Social networking have become very important in these days it is very important to give your visitors the opportunity to retweet on your post and on your WordPress website freely.It is very easy to make it for your WordPress website .just follow the few easy and simple steps and make your retweet button in your WordPress website single post.Step 1
Login to your dashboard and click on Appearance under appearance click on Editor.
Step 2
Now click on Single Post ( single.php ) copy the following code and paste it in Single Post ( single.php ).
REPLACE : amazibox with your twitter account.
<script type="text/javascript"> tweetmeme_source = 'amazibox'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>










