Created
June 14, 2011 17:50
-
-
Save howardr/1025437 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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