JSFiddle - React, Tailwind, and code Playground
by davetayls
HTML
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<div id="twitterwidget"></div>
<script>
new TWTR.Widget({
version: 2,
id: 'twitterwidget',
type: 'profile',
rpp: 100,
interval: 45000,
title: '',
subject: '',
width: 'auto',
height: 'auto',
theme: {
shell: {
background: '#252525',
color: '#ffffff'
},
tweets: {
background: '#252525',
color: '#bab8b8',
links: '#898989'
}
},
features: {
scrollbar: false,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('Official_RFU').start();
</script>