 |
 |
|
1 comments
Added on 10/13/07 by
Kris |
|
|
 |
 |
So far I've got a new flickr + twitter script done and need to move on to flafoo while I have some daylight to burn.
The flickr + twitter code is why all of the pics have been showing up as posts and why all the people following me on twitter got blasted with 20 messages at once . . . sorry for that. I promptly setup a twitter account to test with.
For the last two months I have been sending photos from my phone to flickr and having them inserted as blog posts. Which has been pretty awesome and a ton of fun. But what I was missing was the twitter connection. Not anymore.
Now, thanks to this post from Dave Winer and code that I had already written for @tweetair (coming very soon, I swear), flafoo and Croncast, it took about ten minutes to get it up and running.
Dave's post was important because it turned the light for me. The "Ahaa" moment was when I realized I was already parsing my flickr feed every two minutes anyway looking for photos that I had marked to be blog posts. All I needed to do was differentiate what was to be a blog post from that of a twitter update.
It took about two seconds.
I make blog posts from flickr by starting a description of a photo with an asterisk, like so "*", and adding my content after that. For twitter I use "^" to tell the script to send a tweet. If I use them together "*^" then I get both.
Dave's setup with TwitterGram is much cleaner, using only the tag portion to note that a flickr upload is meant to be a tweet, simple and clean. I highly recommend it to anyone who wants to tweet their flickr photos with ease. My code is custom and considerably more messy for a guy that wants to have control over blog posts, blog posts and tweets or just tweets by uploading photos to flickr.
API's + the RSS 2.0 + curl + simplexml_load_file = ridiculously low threshold for a mediocre coder to join the integration party.
Speaking of API's, I will be updating flafoo today and possibly tomorrow with new categories that will henceforth be known as "flafoogeries" and the ability for anyone to add a "flafoogery" from the site.
|
|
|
Kris,
Have you looked into http://twitterfeed.com/
I have it linking my del.ico.us, Feedburner feeds. and Feedburner pulls my blog, Flickr, and Diggs feeds
|
|
|
Posted by: Brian
at:
10:20am 10/15/2007 |
|
|
| |
|
| |
| |
| |
|
| |
|
|
| |
|
|
|
 |
|