Online social media surgery

I love the social media surgery concept, which was pioneered by Pete Ashton in Birmingham, used by me at UK Youth Online and then turned into something amazing by Pete, Nick and others in Birmingham.

I think there is a lot of value in having an online equivalent, just a place where people can ask questions about this stuff and hopefully get some answers from anyone who is browsing at the time. So I have started to build something.

It’s is very much early days, but the prototype site is at socialmediasurgery.com. It’s (obviously) built in Drupal, and as far as I have got so far is repurposing the blog function to act as questions, and comments as answers. Sophisticated it ain’t.

You can add a profile with some details of who you are in it, which might help you get the answers you need, or decide whether you trust the people providing them. There is also a simple rating system in place for answers, so if a response has one star it might well be worth taking with a pinch of social media salt.

Beyond changing a few colours, I haven’t got near to theming the site, I thought it far better to get the features in first. So if it looks like the default Drupal theme, it is. I will get round to changing it at some point.

Other stuff I want to get in:

  • Make the voting system more sophisticated for answers, so the top rated ones float to the top, say, or at least are displayed in a sidebar somewhere
  • Have some kind of karma system, so people who provide well rated answers get some kind of authority rating
  • Ability for users to mark a question as something they are also having problems with

…and probably loads of other stuff too.

So that’s it really. Please let me have any feedback or suggestions, but otherwise, let people who might benefit from the site know about it, and of course do register yourselves in case you can help someone, or get some help yourself…

Working together

I really like the idea of using the web to bring people together and work on problems out in the open, rather like David Wilcox and Simon Berry did in their bid for the Innovation Exchange project.

They used Drupal, a group blogging platform that does tonnes of other stuff, which is great for enabling people to throw ideas out and let the community respond to them. It’s got pretty low barriers to entry as pretty much anyone can hit the ‘create content’ button and dump their brains onto the screen. There’s an immediacy about this approach that I like a lot.

But I am also a fan of the wiki as a form of collaborative working, and wikis do have advantages over something like Drupal in terms of getting a ‘product’ finalised. What it doesn’t have is that immediate ability for people to be able to chuck thoughts out to gauge a reaction as to how useful they are. Editing a wiki page has a seriousness that writing a blog post doesn’t have.

I suppose what I am after is a decent wiki for Drupal, so that all the good stuff in the blog posts and comments can be moulded together. Google Sites could do this perfectly, as its ‘Announcements’ page template is effectively a blog. But there are too many limits of public involvement in Sites at the moment for it to become usable in this context.

If anyone has any suggestions for something I am missing, I would love to hear about it!

Building Online Communities with Drupal

Drupal

Drupal is an open source content management system which is fully extensible through a huge range of community developed modules. It’s the system which powers the demo site I put together for The Information Authority last year, and it is as happy providing a platform for personal blogs as it is multi-user social networks. I will be focusing here on how it can be used to create a social media based community, allowing the sharing of various types of media including text, audio, video and images.

The open source nature of the platform means that not only is it cost free, but you also have carte blanche to edit the source code however you see fit, as long as you are willing to make the changes available to anyone else who might want them. So, if Drupal doesn’t do what you want, all you have to do is edit it so that it does – or get someone else to.

Some well known uses of Drupal include The Onion and Spread Firefox.

Basic Functionality

Drupal comes with a number of functions which are operational without having to track down additional modules. They include:

  • Stories – the ability to post short news items to the site
  • Pages – static pages with content that won’t change much
  • Blogs – every user on a Drupal has their own blog, which can be viewed separately or aggregated together
  • Forums – built in forum system allows for discussions on different topics
  • Books – collaboratively author online collections of pages
  • News Aggregator – built in aggregator which pulls together RSS feeds under various categories, making the latest news available to users
  • Polls – simple polls on which users can vote
  • Tagging – the powerful taxonomy feature allows all content to be tagged and presented as a tag cloud
  • Profiles – you can specify fields for users to complete to build up a profile on the site
  • Document uploads – all types of content (blogs, stories, pages, forum entries) can have file attachments added

On top of this there is a comprehensive user rights management system to ensure that only certain members can produce or view certain types of content, ensuring that your community is as secure as you need it to be.

There is, therefore, quite enough functionality available out of the box to get a community up and running very quickly.

Extra Modules

There is more that Drupal can do though, and all you need is to find the right modules to do it. Here are some of the ones I’ve picked out as being useful for community building:

  • Photo gallery – whilst photos stored on public services like Flickr can easily be added to site posts, having your own photo gallery can be useful for privacy purposes
  • Video – as with photos above. If a video isn’t on YouTube, they can upload it to your community site instead
  • Audio – as above!
  • Organic Groups – create groups within the community. Members can make posts visible only within groups or site-wide. Groups can be created by any user or just administrators
  • Buddy lists – allow users to mark others as their buddies to help track their content etc
  • Invite friends – allow users to send invites to friends not already registered
  • Interests – tracks the tags employed by users to display other users with similar interests, as well as potentially interesting content
  • TinyMCE – adds a wysiwyg editor to make creating content a little easier – no need for HTML tags!
  • Links – create a social link directory with weblinks identified, described and tagged so others can find them

Themes

You can also change the look of your community with the freely downloadable themes from the Drupal website. Those included by default are all pretty good, especially Garland, but if you want to have a more individual looking site it might be better to find a less well known theme and customise it. Some good looking themes include:

Note that some themes require certain modules, or ‘theme engines’ installed to work properly.

What’s Missing

Drupal lacks a proper wiki module, which is a shame. The one that does exist is Liquid, which allows you to make any content as a wiki – in other words, making it available to edit by other users. However, this is a confusing solution and not one that is recommended at this stage. The only other option is to use the books module to collaboratively author content, but again this isn’t really perfect.

Drupal is also rather confusing to administer, and the learning curve is pretty steep. The best option is to play around with it first, and take your time. Once you become used to the way of doing things will Drupal, you’ll be amazed at the power and versatility of the system.

Conclusion

Drupal is a free out of the box solution to creating online communities that will have you up and running in no time. The learning curve is relatively steep, but it is worth it for the power and flexibility of the system.

This post has been shamelessly regurgitated from my old blog, FEConnect 😉