
Retweet Button Backtype
Backtype button has several advantages over tweetmeme, such as:
- Design can be adjusted.
- Retweets via Twitter Search more reliable than tweetmeme.
- Initial text on each is editable
How to add backtype retweet button on blogger:
- Login Blogger
- Clik Layout-> Edit Html
- Download Full Template Lengkap
- Click "Expand Template Widget" box
<div class='post-header-line-1'/>
Put bellow codes before the above codes
<div style='float:right; padding: 5px 5px 5px 5px'>Save your template.
<script type="text/javascript">
tweetcount_url = '<data:post.url/>';
tweetcount_title = '<data:post.title/>';
tweetcount_src = 'RT @2fool4u';
tweetcount_via = false;
tweetcount_links = true;
tweetcount_size = 'small';
tweetcount_background = 'FFFFFF';
tweetcount_border = 'CCCCCC';
tweetcount_api_key = '5c3bba3f5d77a46a13453091e36dc1cde4335e9299a1edeeaa3c31d193b33fda';
</script>
<script type="text/javascript" src="http://widgets.backtype.com/tweetcount.js"></script>
</div>
Done
0 comments:
Post a Comment