2012-11-22, 22:18:05
Hi, I have a next script that I want to put on the on of the page's. It does work in http://jsfiddle.net/9EvXn/47/ but not on my local server.
Just dont get it ..
Anyone any logical explanation please ..?
<html>
<head>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
</head>
<body>
<script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name=stackoverflow&include_rts=true&count=4&callback=twitterCallback2"></script>
</body>
</html>
Just dont get it ..
Anyone any logical explanation please ..?
<html>
<head>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
</head>
<body>
<script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name=stackoverflow&include_rts=true&count=4&callback=twitterCallback2"></script>
</body>
</html>