Twitter has added the search widget, which can be customized to constantly update with real time tweets for given search terms. Tweet Twitter CEO and see for yourself in the widget below.
Just copy paste this code into your blog with changes wherever necessary especially the highlighted line and it should work. Let me know here how it goes!
<div id="twtr-search-widget"></div>
<script src="http://widgets.twimg.com/j/1/widget.js"></script>
<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
<script>
<!-- Change settings in this code to whatever you want (subject, search, ...) -->
new TWTR.Widget({
search: '@ev',
id: 'twtr-search-widget',
loop: true,
title: 'My Live Twitter Stream',
subject: 'Search @ev',
width: 600,
height: 200,
theme: {
shell: { background: '#bbb', color: '#ffffff' },
tweets: { background: '#ffffff', color: '#444444', links: '#1985b5'}
}
}).render().start();
</script>
If you don’t want to copy the line numbers, use the copy to clipboard option that shows up on the right when you hover over the code
Recent Comments