hsquareweb
3/16/2012 - 3:27 PM

CSS/JS: Twitter Search Feed

CSS/JS: Twitter Search Feed

<style>
	/* TWITTER */
	.twtr-doc, .twtr-timeline, #twtr-widget-1 .twtr-doc, 
	#twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
	  border:none; border-radius: 0; background: transparent !important;}
	.twtr-hd, .twtr-ft {display:none !important;}
</style>

<script type="text/javascript" charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">
new TWTR.Widget({
  version: 2,type: 'search', search: '#ACSMSummit', interval: 30000, title: '', subject: '', width: 'auto', height: 300,
  theme: {
    shell: {background: 'transparent',},
    tweets: {}
  },
  features: {scrollbar: false, loop: false, live: true, behavior: 'all'}
}).render().start();
</script>