GetSimple Support Forum

Full Version: Help needed, getting twitter to work in get-smple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>