building social networking sites with and around drupal

26
Building Social Networking Sites with and around Drupal Dipen Chaudhary

Upload: dipen-chaudhary

Post on 22-Jan-2015

16.585 views

Category:

Education


1 download

DESCRIPTION

--- Updated --- This was the presentation given by me on my experience with building social networking site with and around drupal at drupal camp India in developers track

TRANSCRIPT

Page 1: Building Social Networking sites with and around drupal

Building Social Networking Siteswith and around Drupal

Dipen Chaudhary

Page 2: Building Social Networking sites with and around drupal

Who am I ?

B-tech (CS) from VIT, Vellore graduated in may 2008. My drupal experience has been with 2 social networks careseek.com and

ilovebolly.com (will be launching soon) architected and implemented with drupal. Before that I used to maintain server of

LUG @ VIT using drupal.

Page 3: Building Social Networking sites with and around drupal

The Small Index

• Social Networking Dev from Marketing POV • The Viral Effect• CMS as an SN platform ?• Module Stack available, Issues with them and

Ideas to extend them• Facebook developer platform • OpenSocial – Write once run on many !!• Going the extra mile – Ideas to enable drupal as

more admin friendly SNS portal.• Chit Chat ☺

Page 4: Building Social Networking sites with and around drupal

Why develop a SNS ?

• Will social beat search ?• Density increases and so does collision• Some Verticals can express and some can't. • To love what you do or to do what you love ?

(read domain specific SNS’s), have a favorite idea or a issue ? Discuss !!

Page 5: Building Social Networking sites with and around drupal

The Viral Effect

• 10k people joining fb every week• booksIread was an average venture before

opensocial• Fb is worth 15bn $+ in how much time ?• How much time do you spend on orkut? Or lets

say a internet savvy indian ?

Page 6: Building Social Networking sites with and around drupal

CMS as a SNS platform?

• Flexibility of drupal• Hybrid SNS If I should suggest  = content +

SNS pragmatics• With OAuth Module, Its easier to plug into

larger networks. • Or are we really trying too hard ?

Page 7: Building Social Networking sites with and around drupal

Lets get to Business !!

DO NOT reinvent the wheel ever !! Your time is more precious

use Modules and make them better !!

Page 8: Building Social Networking sites with and around drupal

CCK

• Well its like 2+2=4 in drupal world.• Enables important modules to plugin (read

emfield, nodeprofile, fivestar) almost anything wrapped with data can be a widget

• CCK support for AHAH – Get web 2.0’ish !!• As a developer learn cck programming

hook_widget, hook_field and you are almost there.

Page 9: Building Social Networking sites with and around drupal

Views

• 3+3 = 6 ☺ another popular module• Mashup your site. You will be overwhelmed • Views can replace search in need? (read

views_fastsearch module)• Views RSS module, exposes views in easily

consumable ways• Hooking your module in views is a great step

for DA (Data Availability) across site

Page 10: Building Social Networking sites with and around drupal

• Let your user’s have a say and interact the way they want to on the site. Great module for your users to create fan clubs, communities, a school ☺ (communities on orkut, groups on fb)

• Access control is the topping on the cake• As a SN developer most of your work would be

to extend your modules to interact with organic groups, like a blog for a group, album for a group etc

• Look at og_panels • look at og sub groups

Organic Groups

Page 11: Building Social Networking sites with and around drupal

• The crux of SN on drupal, Allows your users to make freinds with other users around their interests.

• Its 2 way.• Has a very decent API• Integration with workflow-ng• Does All listing via views, good support with

views• Has a shortest route feature, showing any

routes there might be to a user (@ref orkut)

Buddy list ui

Page 12: Building Social Networking sites with and around drupal

• Tired of blocks in only few regions ?• Comes with pre built layouts like 3 columns,

header-2columns-footer etc• Panels 2 is as important as any other module

when you talk about SNS dev.• I’ll like to call it RAD tool of drupal for your

layout.• Awesome for laying out your mashups, Mini

Panels is very powerful

Panels 2

Page 13: Building Social Networking sites with and around drupal

• One of the most important cck type • As a themer it’s a important skill to learn how to

theme your nodeprofile’s. Ask your developer to call node_load in template.php and give you a $vars array ASAP.

• Very good integration with all node functions.• Also look at bio module, if you are looking for

something simple and easy to deal with• It will be great if you could choose the fields

that will appear on reg page (Is possible with bio)

Nodeprofile

Page 14: Building Social Networking sites with and around drupal

• Allow your user’s to rate the content on your portal. • Uses Voting API to collect votes and calculate the

average etc.• Very good integration with cck and views. • Extending rating to multiple axis got easier with the

latest release of the module.• One needs to get a overview of fivestar code to

place it almost anywhere on your portal• Cck integration does not give you a live widget,

Although is useful for editors to rate a product, movie etc.

•  Supported by acquia hence expect very solid support, Has edge over Jrating and other modules in all area

Fivestar

Page 15: Building Social Networking sites with and around drupal

• Let your user’s build their karma.• You don’t always need money to reward your user’s • Very good integration with cck and views. • Integration with workflow-ng allows for interesting

actions to be taken on certain activities with points, like move to front page etc

• Integration with Services module allows you to remotely update points and offers interesting possibilities with multi-site installs

• It has an api basically 2 versions 2.x and 3.x hook_userpointsapi, you can hook your module with userpoints.

• Also look at userpoints contrib module, userpoints transaction tools is one interesting module

Userpoints

Page 16: Building Social Networking sites with and around drupal

• Let your user’s invite their friends.• Integration with userpoints, rewards your user

for inviting their friends.• More work needed to integrate contact api of

google.• Also look at referral module.• Also look at DCL importer, Allows for importing

your gmail, yahoo contacts

Invite

Page 17: Building Social Networking sites with and around drupal

• Create engaging user profiles• Integrates with panels 2 and takes over the user

page.• creates a uprofile cck type and node-

uprofile.tpl.php for a good looking user profile • Great for creating my account kind of thing. Pulls

up content from blogs etc. Basically anything you can do with panels 2, you can pull on Advanced profile.

Advanced Profile Kit

Page 18: Building Social Networking sites with and around drupal

• Integrates external media portals with your SNS and users can pull videos from youtube, picture from flickr, podacasts from odeo etc.

• Supports many providers like photobucket, metacafe, blip, flickr, imageshack.

• Integrates with cck and gives you a widget.• Integrates with feedmapper and feed api• Supports playlists.

Emfield

Page 19: Building Social Networking sites with and around drupal

• Lets you give your users their own site, can work great with subdomain manager to give myspace like of url links and for them to maintain their homepages.

• Lets your user manage there feeds and can pull up content from any part of the site

• Let them have a block of latest, most popular content

• Might not come through for Drupal 6, Debate going on

My site

Page 20: Building Social Networking sites with and around drupal

• manages activity on the site• used on myplay.com• If tweaked properly, can be made to work like

fb notification stream• Currently supports node activity, comment

activity, buddy add/remove activity, voting activity

• Use tokens to modify notification titles• Very Important to keep your users upated with

what their friends are doing

Activity Module

Page 21: Building Social Networking sites with and around drupal

• Gallery 2 allows users to plugin with image module and allows ur users to create their gallery.

• Userpoints relationships allows users to be related to each other.

• Feed mapper : you can build enaging galleries using youtube videos (feeds) flickr images (feeds) by plugging in emfield etc

• Share/Service Links – allow your users to publish content from your site on social media and share among each other.

• Cck privacy field• facebook_status for fb like statuses

Other Interesting modules

Page 22: Building Social Networking sites with and around drupal

• Facebook apps is a way to shoot up ur app/site on facebook and get all the traffic

• drupalforfacebook.org started by dave cohen has released a project called fb to launch your drupal site on fb

• Takes care of fbml and integrates fb api and application access control.

• Can configure your drupal with views to show latest news article on fb

Facebook apps

Page 23: Building Social Networking sites with and around drupal

• Write once run many times, you can run your opensocial app on orkut, hi5, myspace, linkedn, plaxo, ning.

• Opensocial book marklet under development for drupal under Google Summer of Code

• Open Social is architecturally based on gadgets, which is nothing but a xml file and you add logic using javascript CDATA

• Opensocial also supports Rest API for keeping ur data.

OpenSocial apps

Page 24: Building Social Networking sites with and around drupal

• To have a Social networking installation profile would be good

• Integrate buddy list with user relationships• Understanding social graph and implementing a better

workflow to manage it.• Integrate other social media, there is already a module

for twitter, friendfeed, pownce, jaiku, youtube api 2 • Myspace DA is a great launch for making myspace

data available on your own portals. You can integrate with Myspace DA to get myspace Data on drupal

• Opensocial containers yet remain to be implemented in drupal, so that opensocial apps can run on drupal.

• Buddy list UI needs a api.

Going the extra mile !!

Page 25: Building Social Networking sites with and around drupal

• We should have 3 – 4 days of code sprint implementing something or fixing bugs in small teams with no sessions, just 15 mins update from all teams at the end of the day.

Drupal Camp for Code sprint

Page 26: Building Social Networking sites with and around drupal

Thank You !! http://dipenchaudhary.com

 http://playdrupal.com [email protected]

http://twitter.com/dipenchaudharyhttp://friendfeed.com/dipen

Dipen Chaudhary on facebook and orkut