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.
How to make a Twitter badge on Blogger/website
- Log into your Blogger account and go to Dashboard > Design > Edit HTML.
- 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 -->
- 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.