Adding Backtype Retweet

 

Backtype is a service to track comments on blogs and websites. Backtype to track tweets through Backtweets.Seperti Tweetmeme, Backtype also has retweet button for your website.

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
Find this codes:

<div class='post-header-line-1'/>

Put bellow codes before the above codes

<div style='float:right; padding: 5px 5px 5px 5px'>
<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>
Save your template.
Done

0 comments:

Post a Comment