Home >>

Twitter Badge | Follow us on Twitter Badge


Get a Twitter badge for my website

This Twitter badge calls your users to start following your twitter account.
Twitter has proven itself to be a great communication channel with your site/blog visitors.
This Twitter badge can be installed almost on any site/blog.

Twitter Badge

How to make a Twitter badge on Blogger/website
  1. Log into your Blogger account and go to Dashboard > Design > Edit HTML.
  2. Copy and paste this Twitter badge code snippet into the template, right before the </body> tag.
    Twitter badge code snippet:
    <!-- twitter badge -->
    <script src='http://chocodot.googlecode.com/files/twitter%20badge.js' type='text/javascript'></script><script type='text/javascript' charset='utf-8'><!--
    tfb.account = 'YourTwitterAccount';
    tfb.label = 'follow-us';
    tfb.color = '#046494';
    tfb.side = 'r';
    tfb.top = 136;
    tfb.showbadge();
    --></script>
    <!-- end of twitter follow badge -->

  3. Click Save Template. Click View Blog to preview your blog with the new Twitter badge.

Note (for Blogger):
If your Twitter Badge doesn't run after you do all the steps above, you must parse that code into XML code by using this Parse XML tool. Then retry the step 2 above.