Social networking are booming at the fastest rate ever. I should ask you this question now, How many times do you login to check your mail and compare the number to how many times you login in to your twitter/facebook account.social

Do you see a huge difference? Now that’s what is happening all around the world. Social Media is talking over the old email thingy. Recently a survey conducted by a research company also showed that people have found it more convenient to stay in touch with the world by using Social networking websites rather than using E-mails.

Here are few graphs which describe the current situation where Gmail is drowning and twitter is growing.

/*
<![CDATA[*/

// USER-EDITABLE VARIABLES
// enter up to 3 domains, separated by a space
var sites = [‘twitter.com’, ‘gmail.com’];
var opts = {
width: 380, // width in pixels (max 400)
height: 300, // height in pixels (max 300)
type: ‘r’, // “r” Reach, “n” Rank, “p” Page Views
range: ‘1m’, // “7d”, “1m”, “3m”, “6m”, “1y”, “3y”, “5y”, “max”
bgcolor: ‘e6f3fc’ // hex value without “#” char (usually “e6f3fc”)
};
// END USER-EDITABLE VARIABLES
AGraphManager.add( new AGraph(sites, opts) );

//]]>

Now see this report where you can hardly see gmail, while facebook has taken over. /*
<![CDATA[*/

// USER-EDITABLE VARIABLES
// enter up to 3 domains, separated by a space
var sites = [‘facebook.com’, ‘gmail.com’];
var opts = {
width: 380, // width in pixels (max 400)
height: 300, // height in pixels (max 300)
type: ‘r’, // “r” Reach, “n” Rank, “p” Page Views
range: ‘max’, // “7d”, “1m”, “3m”, “6m”, “1y”, “3y”, “5y”, “max”
bgcolor: ‘e6f3fc’ // hex value without “#” char (usually “e6f3fc”)
};
// END USER-EDITABLE VARIABLES
AGraphManager.add( new AGraph(sites, opts) );

//]]>