Before you install this Blogger Twitter Widgets you must have a Twitter account to log in. If you don't have a twitter account yet please create new account here!
With this Twitter widget you allowed to join conversation with other Twitter members. If you want to get this widget for your blog just copy and paste this code into your HTML page and replace some codes according to your Twitter account.
Blogger Twitter Widgets code:
<script src="http://chocodot.googlecode.com/files/widget.js"> </script> <script> new TWTR.Widget({ version: 2, type: 'list', rpp: 30, interval: 6000, title: 'About Me: millenixers.blogspot.com', subject: 'Millenix', width: 250, height: 300, theme: { shell: { background: '#154890', color: '#ffffff' }, tweets: { background: '#f5ede3', color: '#333333', links: '#0000cc' } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setList('mill3nix', '').start(); </script>
Replace the following red code:
- About Me: millenixers.blogspot.com - replace with your Widget Title
- Millenix - replace with your Widget Subject/Description
- mill3nix - replace with your Twitter Account/Username
You can also change widget theme colour with your preffered colour by changing colour code on that script.