GetSimple Support Forum
Help needed, getting twitter to work in get-smple - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Help needed, getting twitter to work in get-smple (/showthread.php?tid=3913)



Help needed, getting twitter to work in get-smple - alex_d - 2012-11-22

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>