Created
November 12, 2010 10:00
-
-
Save andreruffert/673934 to your computer and use it in GitHub Desktop.
Useful snippet for displaying plaintext Twitter updates...
This file contains hidden or 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
<ul id="twitter_update_list"></ul> | |
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> | |
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/andreruffert.json?callback=twitterCallback2&count=5"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment