It seems Twitter have updated their API, and the common script for spitting out the list and styling it up with CSS no longer works… Does anyone know of any other alternatives?:
The HTML:
<ul id="twitter_update_list">
</ul>
The JS:
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/iputmytwitterusernamehere.json?callback=twitterCallback2&count=4"></script>
See API changes here:
https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
This now will require a specific authentication, something that wasn’t needed before in version 1.0 of the API.