5 Twitter Retweet Buttons and Scripts for blogger
Minggu, 31 Oktober 2010
0
komentar
1. Tweetmeme button
Tweetmeme is the king in terms of retweet buttons its been used by many websites and users.
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
<script type="text/javascript"> tweetmeme_style = 'compact'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>-----------------------------------------
2.Retweet buttons
Get the official Retweet button to put on your website or weblog. you can feel free to alter them and customize them for your site
<script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>
<script type="text/javascript"> size = 'small'; </script> <script type="text/javascript" src="http://www.retweet.com/static/retweets.js"></script>-------------------------------------------
3.Twittley Buttons
Its the fastest growing twitter retweet button .Harness the power of social networks and viral marketing with the Twittley button. Its totally customizable including colours
<script>var twittleyurl = "YOUR_URL"; var twittleytitle = "YOUR_TITLE"; var twittleykeywords = "YOUR_TAGS"; var twittleydescription = "SHORT_DESCRIPTION";</script><script src='http://twittley.com/button/button.js'/></script>
Simple Version
---------------------------------------------------------<script src='http://twittley.com/button/button.js'/></script>
4. Twittlink Retweet Scripts
Twittlink is already competing with tweetmeme buttons . They have simple yet powerfull buttons. currently they have two sizes 50*50 and 40*20
<script src="http://www.twittlink.com/tools/button_b.js" type="text/javascript"/></script>
For smaller Button use this code instead
<script src="http://www.twittlink.com/tools/button_s.js" type="text/javascript"/></script>Advanced mode
---------------------------------------------<script type="text/javascript">
tl_title = "your title";
tl_url = "you url";
tl_source = "your twitter account";
</script>
<script src="http://www.twittlink.com/tools/button_b.js" type="text/javascript"/></script>
5. Topspy twitter buttons
This is the recommended and user friendly retweet buttons. This retweet button can be customized according to your wish, including size position, theme and color.
<script type="text/javascript" src="http://cdn.topsy.com/topsy.js?init=topsyWidgetCreator"></script>
<div class="topsy_widget_data"><!--How to add a Twitter retweet button on your blogger Blog ??
{
"url": "http://labs.topsy.com/widgets/retweet-button/",
"title": "Topsy Retweet Button for Web Sites"
}
--></div>
Loged into blogger dashboard
Go to Design and click on Edit/html . Now check on Expand widget content
Than Find the bellow code
<data:post.body/>and replace it with the bellow code
<div style="float:right;padding:4px;">
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
<data:post.body/>
you can change the retweet script just change the Red code with the code from above buttons you like
0 komentar:
Posting Komentar