After grabbing my Facebook username, I was talking to merlyn in the Smalltalk IRC channel, and he mentioned Tumblr. One thing led to another, and I:
- Created a Tumbr blog
- Started working on a Smalltalk interface to the Tumblr blog
Using code like what's below:
post := RegularPost new.
post email: 'YourTumblrEmailAddressHere'.
post password: 'YourTumblrPasswordHere'.
post tags: (Array with: 'smalltalk' with: 'tumblr').
post title: 'First Tumblr Post'.
post body: 'Visit my main blog at http://www.cincomsmalltalk.com/blog/blogView'.
post execute
It works - I have a simple post up on Tumblr now. Fun stuff :)
Technorati Tags:
social media, tumblr