I'm using the twitter API to display my last tweet from twitter. This includes having to use two script tags to include two pieces of javascript. These won't validate as they are obviously invalid. Is there anyway to stop these tags from being validated?
Here are the tags I have to use, due to the twitter API:
Thanks in advance. Tom.Code:<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/TomSpit.json?callback=twitterCallback2&count=1"></script>





Reply With Quote





