function twitterCallback(o) {
o = o[0]; // o is always an array, so just get the first (and only entry)
var e = document.getElementById('twitter-post');
e.innerHTML = o.text;
e.href = 'http://twitter.com/snookca/status/' + o.id;
}
Thursday, March 4, 2010
Test2
This is yet another test of how this app may work for me. I'm not really sure about it yet.
No comments:
Post a Comment