Twitter a micro blogging concept is a great source of traffic. Like digg this retweet button is made for blogs to encourage visitors to send your content on twitter. More retweets mean more traffic, more traffic means more money, more money means more relaxation. Tweetmeme has given a great option to add a retweet button to our blogs and they generated a simple JavaScript, which gives you up to date tweet counts and shorten your title and link for the retweets.
Tweetmeme Provided a two types of buttons,
How to Add Retweet Button to Blogger Template.
Simple widget of retweet into blogger template any where. Copy and paste below code into html/java script code using add a gadget in layout link.
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
How to add Retweet Button to blogger Posts Digg This Like Button
Click On Layout > Edit Html > Expand Widgets > Find the Below Code
<p><data:post.body/></p>
And add the below code like as below:-
<p><data:post.body/>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
</p>
If you wanna use compact button code use below one.
<script type="text/javascript">
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Save your template and enjoy retweet by your visitors
Tweetmeme Provided a two types of buttons,
- Firts is Just Like a Digg this Button
How to Add Retweet Button to Blogger Template.
Simple widget of retweet into blogger template any where. Copy and paste below code into html/java script code using add a gadget in layout link.
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
How to add Retweet Button to blogger Posts Digg This Like Button
Click On Layout > Edit Html > Expand Widgets > Find the Below Code
<p><data:post.body/></p>
And add the below code like as below:-
<p><data:post.body/>
<div style='float:right; margin-left:10px;'>
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script>
</div>
</p>
If you wanna use compact button code use below one.
<script type="text/javascript">
tweetmeme_style = "compact";
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
Save your template and enjoy retweet by your visitors
0 comments:
Post a Comment