Skip to content

Instantly share code, notes, and snippets.

@howardr
Created June 14, 2011 17:50
Show Gist options
  • Save howardr/1025437 to your computer and use it in GitHub Desktop.
Save howardr/1025437 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
tweetriver.widget.ready(function(widget) {
widget.use(function() {
var element = this.elem;
function update_icons() {
// put code in here...it will update when new data comes in
}
update_icons();
this.on('update', update_icons);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment