about
var twitter_id = '68097948'; //obtained from the twitter RSS feed associated with your user id
var twitter_userid = 'BellusJoshua'; //your user name on twitter (this is mine of course)
var twitter_count = 5; //limit the number of tweets that show up on your page
window.onload = function() {
var url = 'http://twitter.com/statuses/user_timeline/'+ twitter_id+ '.json?callback=twitterCallback&count='+ twitter_count;
var script = document.createElement('script');
script.setAttribute('src', url);
document.body.appendChild(script);
}
function twitterCallback(obj){
var html = "";
var stop=0;
if (obj.length>=twitter_count){stop=obj.length}else{stop=twitter_count};
for(var i=0; i
var twitter_userid = 'BellusJoshua'; //your user name on twitter (this is mine of course)
var twitter_count = 5; //limit the number of tweets that show up on your page
window.onload = function() {
var url = 'http://twitter.com/statuses/user_timeline/'+ twitter_id+ '.json?callback=twitterCallback&count='+ twitter_count;
var script = document.createElement('script');
script.setAttribute('src', url);
document.body.appendChild(script);
}
function twitterCallback(obj){
var html = "";
var stop=0;
if (obj.length>=twitter_count){stop=obj.length}else{stop=twitter_count};
for(var i=0; i