Twitter OAUTH
Register application with : https://twitter.com/apps
Custom Twitter Wdiget
<div style="padding: 0px 10px 0px 10px">
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'from: comprupt',
interval: 6000,
title: '',
subject: 'Comprupt',
width: 'auto',
height: 320,
theme: {
shell: {
background: '#ffffff',
color: '#2498D5'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script>
</div>