OSHW-OSE-Dev-6 In 60: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1,174: | Line 1,174: | ||
</div> | </div> | ||
</html> | |||
<html> | |||
<script src="http://widgets.twimg.com/j/2/widget.js"></script> | |||
<script> | |||
new TWTR.Widget({ | |||
version: 2, | |||
type: 'search', | |||
search: '#OSE_Dev', | |||
rpp: 30, | |||
interval: 5000, | |||
title: 'Latest Tweets from #OSE_Dev', | |||
subject: 'Updated Live', | |||
width: 300, | |||
height: 300, | |||
theme: { | |||
shell: { | |||
background: '#8ec1da', | |||
color: '#ffffff' | |||
}, | |||
tweets: { | |||
background: '#ffffff', | |||
color: '#000000', | |||
links: '#1985b5' | |||
} | |||
}, | |||
features: { | |||
scrollbar: true, | |||
loop: false, | |||
live: true, | |||
hashtags: true, | |||
timestamp: true, | |||
avatars: true, | |||
toptweets: true, | |||
behavior: 'all' | |||
} | |||
}).render().start(); | |||
</script> | |||
</html> | </html> |