Hi,
I am using a twitter feed on our internal intranet.
It periodically appears and disappears.
I reckon that this may be to do with all calls coming from a single ip and this being limited.
The source is …
<script src="http://twitter.com/javascripts/blogger.js " type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/InvestNINews.json?callback=twitterCallback2&count=1" type="text/javascript"></script>
<div id="twitter-updates">
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
</div>
</div>
</code>
Is there any way that I can get round this or how should this normally be manager for an intranet?
Thank you for your time,
Ollie.