This section here sets up the variables for the Script:
Basically, below if you look at the data item -‘data-chrome’ that line sets
up a blank twitter feed (no boarders, chrome, header, or scrollbar.
The width and height are set to max. (to give the one line tweet appearance)
Then you will notice, data-tweet-limit is set to ‘1’ - this basically takes your latest tweet,
increase this number for the last number of tweets. Data-link-color is set to a custom
color that matches my current webpage. Also, you will have your standard tweet text color.
That is actually set in your widget setup. If you need to change, revisit your widget setup
and change accordingly. Place code below in your HTML page. Include the script below, as
that pulls the data stream from your twitter account. Hope this helps!
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>