What steps will reproduce the problem?
1. download 'twitterjs-1.13.1-release.zip'
2. replace 'rem' with 'luckysnowboards' or 'LuckySnowboards'
3. div will refresh, but no tweets are actually displayed
What is the expected output? What do you see instead?
i expect to see my tweets, but instead i get nothing
What version of the product are you using? On what operating system?
1.13.1 Snow Leopard / Safari 5
Please provide any additional information below.
this used to work fine on my page, i don't think there has been an update to
the code, but maybe this has something to do with twitter being down alot and
the JS not being able to access a 'down' server.
:::CODE::::
<h3 class="">Twitter Feed</h3>
<script
src="http://twitterjs.googlecode.com/svn/trunk/src/twitter.min.js"
type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
getTwitters('tweets', {
id: 'LuckySnowboards', /* 'rem' works */
prefix: '<img height="16" width="16" src="%profile_image_url%" /><a href="http://twitter.com/%screen_name%">%name%</a> said: ',
clearContents: false, // leave the original message in place
count: 10,
withFriends: true,
ignoreReplies: false,
newwindow: true,
timeout: 1,
onTimeout: function () {
this.innerHTML = 'Actually, Twitter is down right now, but you can <a href="http://twitter.com/LuckySnowboards" target="_blank">follow me</a> if you like!';
},
onTimeoutCancel: true, // don't allow twitter to finsih the job
});
</script>
<div class="twitters" id="tweets">
<p><a href="http://twitter.com/LuckySnowboards" target="_blank">Lucky Snowboard's Tweets!</a></p>
</div>
<!-- END twitter FEED -->
:::END::CODE::::
Original issue reported on code.google.com by aly...@me.com on 27 Dec 2010 at 3:22
Original issue reported on code.google.com by
aly...@me.com
on 27 Dec 2010 at 3:22