Twitter feed widget is one of the popular widget used by pro's. Most webmaster's embedded it on their site in other to increase the number of their twitter followers. This widget is design using both JavaScript an CSS and it shows your most recent updates on twitter with a scroll option. , and if you have been using the Facebook feed widget, and have seen the awesome positive changes that it brings, then you should be thinking of adding this twitter badge to your list.
Adding Twitter Activity Feed Widget
- Go to your dashboard
- Click on Layout > Add a Gadget > HTML/JavaScript
- Paste the following code in the content box
<div style="background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE39mxW6r1s2GAbMPU2R5p58-2vepPk6IA7mDMqZf9gIXmV-Rd3V9isRiXY6kDsaN831J-CXN6d9s0B2BmtuJSWMF5CGJIQZjAmgMuQsEt-n4w74BtUklFLxlHDougcRsko5CtPqUgmi7T/s1600/rb+twitter+feed+widget.gif) no-repeat;padding-top:40px;padding-left:5px">
<script src="http://rbcode.googlecode.com/files/Twitter-feed-widget.js"></script>
<script>
/*Twitter Feed Widget By khatriscreation.blogspot.com*/
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 3000,
width: 285,
height: 118,
theme: {
shell: {
background: 'transparent',
color: '#000000'
},
tweets: {
background: 'transparent',
color: '#000000',
links: '#01a896'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('khatriscreation').start();
</script>
</div>
- Replace khatriscreation' with your twitter username.
- Save your widget and you are done!
regards,sudarshan khatri
ConversionConversion EmoticonEmoticon