Twitter is getting more and more famous and so is retweet Most of you might be knowing of both of this.Still i will give a brief into on both. Like as you know that twitter is one of microblogging.
Microblogging, a relatively new tool of the social Web, allows users to publish short blog posts or messages, typically fewer than 140 characters, through their computers and mobile phones It’s a helpful way to keep your name in front of people and to announce and highlight new blog posts, upcoming
events (such as blog contests or carnivals), and more. The possibilities are virtually limitless! Think of it as free publicity. Retweet, This one enables toreport repost some interesting tweets on twitter.The retweet button can act more like a tweet counter. We can add retweet button into our article to get more retweet from our visitor who like and enjoy our post. I was added it in my blog, and the result become like this picture.
To add this button, you must add some code into your template code. There are three option for you, according to the position and button shape.
You must add into your template before this code.
Enjoy this and don't forget to Retweet or bookmark this article.
Best Regard
One-4-All
Microblogging, a relatively new tool of the social Web, allows users to publish short blog posts or messages, typically fewer than 140 characters, through their computers and mobile phones It’s a helpful way to keep your name in front of people and to announce and highlight new blog posts, upcoming
events (such as blog contests or carnivals), and more. The possibilities are virtually limitless! Think of it as free publicity. Retweet, This one enables to
To add this button, you must add some code into your template code. There are three option for you, according to the position and button shape.
- Add Retweet button in your right side of post with compact style.
Add this code into your template.<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div> - Add Retweet button in your left side of post with compact style.
Add this code into your template.<div style="float:left;padding:4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div> - Add Retweet button in your left side of post with large style.
<div style="float:left;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div> - Add Retweet button in your left side of post with large style.
<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
You must add into your template before this code.
<p><data:post.body/></p>
So, the final code will become like this.<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
<p><data:post.body/></p>
Enjoy this and don't forget to Retweet or bookmark this article.
Best Regard
One-4-All
6 comments:
Ok punya ni
hi! was hoppin here bro!
Thanks for this.. I'm trying to use option 3 but I cannot get it to @Cdoney77 it only types Cdoney77 - Any ideas.. Thanks.. Loving the post otherwise!
Hey Buddy - Loving the post, Thanks
I'm having some issues with it though :(
I cannot get it to @ My username? It seems to just state it.. Any thoughts?
Thanks
Thanks a lot! This helped me!
Dominic
Thanks, got this to work great! One tip, you can float it to the left instead of the right also!
Post a Comment