Mobile/Archive/Sharing: Difference between revisions
Line 72: | Line 72: | ||
==== Annotation (for services) ==== | ==== Annotation (for services) ==== | ||
Annotation is a central part of sharing. People don't just send a link to a friend - they say "look at this" or "should I buy this?" or "this is where I am," etc. | |||
Through directed sharing like email or SMS, people can annotate in the email or SMS app (given that we're handing off to these apps for the version of the sharing feature). For broadcast sharing through a service like twitter or facebook, it would be best to just pass the link directly to the service (if the user is logged in). On Android, where the system will know if there's a twitter or facebook app, we may want to pass to it directly. On other platforms, if we can't do this, we'll want to provide a basic annotation step, as in the following: | |||
[http://www.flickr.com/photos/madhava_work/4796101185/in/set-72157624047196360/ http://farm5.static.flickr.com/4121/4796101185_d3d0b5a8bc_b.jpg] | [http://www.flickr.com/photos/madhava_work/4796101185/in/set-72157624047196360/ http://farm5.static.flickr.com/4121/4796101185_d3d0b5a8bc_b.jpg] |
Revision as of 16:23, 15 July 2010
Summary
Support easy sharing of certain objects (links, pages, bookmarks, etc.) with social networks and contacts.
The browser should remember things that you've shared, because you've shown that this is an item you are interested in (also, you may well want to share it again). We could use bookmarking as a mechanism for this -- i.e. bookmark everything that you share (possibly tagging the bookmark with "shared" so that the browser can keep track).
Current Status
Next Steps
Related Bugs
Team
- Project Lead: madhava, for now
Designs
Research
- Primacy of social networking on mobiles
- Teen mobile phone usage (lots of texting)
- How are people sharing:
- [ESP. THIS] Google research on online vs. real world social + sharing behavior
summary of design-actionable findings:
- to come
Mockups
Initiating Sharing
Anroid-specific
- Preference seems to be for this approach:
- versus this "quick-launch" UI pattern:
Site Menu
Bookmarking panel
Context actions
- in the short term, before the browser can keep track of a user's contacts, we have to rely on the sharing app itself (email, sms) to know who the user's contacts are. This means that the user has to pick a mechanism through which to share in the browser:
- this is the longer-term approach (that I prefer) - letting the user choose who to share with (rather than how to share) in the browser. This lets the browser be clever suggesting likely contacts to share with, and dynamically creating sharing groups based on sharing behavior.
Annotation (for services)
Annotation is a central part of sharing. People don't just send a link to a friend - they say "look at this" or "should I buy this?" or "this is where I am," etc.
Through directed sharing like email or SMS, people can annotate in the email or SMS app (given that we're handing off to these apps for the version of the sharing feature). For broadcast sharing through a service like twitter or facebook, it would be best to just pass the link directly to the service (if the user is logged in). On Android, where the system will know if there's a twitter or facebook app, we may want to pass to it directly. On other platforms, if we can't do this, we'll want to provide a basic annotation step, as in the following: