JSFiddle - React, Tailwind, and code Playground
by davetayls
HTML
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'list',
rpp: 30,
interval: 30000,
title: '',
subject: '',
width: 'auto',
height: 500,
theme: {
shell: {
background: 'transparent',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#900'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setList('davetayls', 'aqueduct').start();
</script>
CSS
.twtr-ft, .twtr-hd { display: none; }