Submitted by timmillwood on Mon, 04/12/2010 - 18:13
Last week I had the crazy idea that I could build my own version of Twitpic with Drupal. It turns out that I can.
In under 300 lines of code I wrote the Drippic module that allows posting of photos from Tweetie for iPhone.
Here’s what is does:-
Allow posting of photos (and a tweet) via a post request.
Photos saved as an ImageField and tweets saved as the title of a node.
Allow commenting on photos, posting the comment back to Twitter.
User generated, and verified with Twitter when posting a photo or comment.
Short URLs created using the Shorten module.