Below is a mock-up of one of the concepts that is included in the final major project.
The basis is a JavaScript widget that users can paste into any web page that allows them to post that page directly to twitter with a tinyURL already in place. The benefit of a JavaScript widget is that it can be made into a Greasemonkey script for any site, so the site itself doesn’t need to implement it for users to be able to take advantage of it.
The example shows it on Flickr.

The tinyURL is automatically included into the 140 character limit and there is a counter to show how many characters are left.
There needs to be some thought on whether the user should have access to the link information or if it should be a non-editbale function.
The user will obviously need to sign into their Twitter account but the Twitter API allows this fairly easily. How and where the user does that needs more investigation.
You Might Also Like...
- April 23, 2009 -- Individual Project Formative (0)
Yesterday everyone presented for a formative assessment. What made this different fom normal was the fact that the work was graded as if it was the final summative presentation instead of giving an in... - February 16, 2009 -- Data Organisation & Navigation (0)
The final major project has taken second place to the current collaborative project 0 Wallpaper but it is about time for an explanation of what it is about.
The theme is data organisation and navig... - December 10, 2009 -- Using Twitter For Customer Service @VirginMedia (4)
Recently I had a bad experience with Virgin Media when I moved out of my last house. There was some fine print that meant when I upgraded my broadband, they actually just started a new 12 month contra... - May 22, 2009 -- Exhibition Space (0)
The exhibition space is an important part of presenting the work. A bad idea can be perceived as a 'fair' idea if it is presented with very good graphics and layout. So by that logic a pretty good ide... - May 22, 2009 -- User Testing = Picking Holes (0)
Today people were asked specifically to 'pick holes' in the concept as it is easier for people to see what is wrong rather than suggest what might be right.
There were no major issues raised or fun...
Craig (April 23, 2009) wrote:
I have since discovered another way of implementing this – as a browser add-on. There are a couple already and are obviously browser dependant. Being built into the page may still prove to be advantageous. More research needed.