I don't want to use a plugin for this as I know it should work but clearly I'm missing something. I'd like the latest twitter post to show up but it doesn't seem to work at the moment.
This is the code I've used on the Home page:
<div id="twitter_latest">
<ul id="twitter_update_list"></ul></div>
The following code is what I've used in header.php:
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type=”text/javascript" src="http://twitter.com/statuses/user_timeline/24hrFootball.json?callback=twitterCallback2&count=1"></script>
</head>
Any idea why it's not working? This is the website,
http://213.5.176.1/~charity2/
Any help would be appreciated, as I'm doing the website for a charity. Thanks.