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
Test
This is a test to see how image allignment works with this iPhone blogging app.
No comments:
Post a Comment