We're still only in the early stages of supporting social integration into the core of Nimble, however what is there today is a good starting point. User ProfilesThe obvious social feature currently available in Nimble is user profile support. Several key components make up the profile implementation Personal InformationUsers are able to provide the following personal details
Host applications can in turn consume this information to customize presentation and options available to the user Contact InformationUsers are able to provide the following contact information
Photo / GravatarOut of the box users can choose to upload a photo/avatar of themselves or if they have provided an email address linked to the Gravatar service they can elect to use that. Swapping between the two is a seamless experience. Status informationMuch like Twitter or Facebook, Nimble allows users to enter short snippets of text to describe what they are currently upto. In the future we like to be able to link status to Twitter, Facebook and others for multi-directional status sync. Mini User ProfilesMini profiles give a short piece of information about a user who has invoked an action. They provide
You'll see we've used mini profiles throughout Nimble when you however over a username to give quick information about that account. You need to add the class 'userhighlight' and 'user_X' where X is the user ID on a container tag (such as a or h1) to invoke the mouse over. Refer to the userhighlight tag in the UI tags reference for more details. |