Submitted by timmillwood on Tue, 10/05/2010 - 08:52
For the last 6 months I have been working on Drippic, I have blogged and tweeted about it many times. Although if you still don’t know what it is, it’s a Twitter image service, much like Twitpic, yFrog, Tweet photo etc, but Open Source and built on Drupal.
Users can upload images via:
Custom API (build to match Twitpic)
Twitter for iPhone (by entering custom image service)
Twitteriffic for iPhone (by entering custom image service)
Spaz for Palm WebOS (default image service)
Email (custom address generated on My Account page)
Submitted by timmillwood on Tue, 08/17/2010 - 22:48
Back in April I started work on a small site I called Drippic.
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.