<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Google Buzz vs. Everything Else<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Google Buzz vs. Everything Else

posted by Tenley Wilson @ Friday, February 12, 2010 - 11:11 AM
Yesterday, Jeremiah Owyang of Web Strategy published a blog post that weighed in on his opinion of the freshly released "Google Buzz."

So what is Google Buzz? Google's answer to social networks like Twitter and Facebook that attempts to incorporate and aggregate the chatter on all existing social networks. Many users have compared the feed that is aggregated and shared on Google Buzz similar to FriendFeed or the Facebook homepage feed. Google Buzz sits upon the email powerhouse of Gmail, not to mention the most popular website in the world, Google.

Owyang offers a detailed matrix that compares and contrasts Google Buzz, Facebook, MySpace and Twitter. Most notably, Owang points out that Google Buzz is late to the party, but has potential to integrate the entire internet, while Facebook has gained traction with Facebook connect. The clearcut competition in social networks seems like it may come down to a faceoff between Facebook and Buzz, since many have predicted Twitter to be a commodity that will be integrated into everything. The real competition will not exist until Buzz gets enough users to sign up and use the service. Facebook, which already has 400 million active users, is starting in the lead.

While Buzz was released to a public full of high expectations, users were fast to scrutinize the privacy flaws of the content aggregator. A Fox news article reported that Buzz users were automatically opted in to allow others to see who their email and chat contacts are. Google responded by making the opt out option for sharing contacts more clear, but many are still weary of the system's privacy.

The Future of Google Buzz is unclear, however Owywang suggests that Buzz is quick to integrate into Chrome and Search to leverage the information and consumers that Google already possesses. Facebook is urged to become more open and reward users for sharing public information. However, Facebook's so-called "Titan" email project could be a game changer...

Labels: , , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>