<%@ 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: Social Networking is Expanding, Becoming More Decentralized<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Social Networking is Expanding, Becoming More Decentralized

posted by Bill Holmes @ Monday, May 12, 2008 - 2:50 PM
Last week Facebook and MySpace both announced that they will be allowing users to transplant information to other web sites. This will allow users to share pictures, applications, and information much easier with their friends and family on different web sites.

For both companies, this move towards decentralization is a bold step away from the previously "walled garden" approach to their sites. While this type of site has been appealing to advertisers in the past, Facebook is hoping that the move will make them even more powerful by becoming a "command center" for social interaction across the web, thereby increasing their marketing appeal.

For advertisers, broadcasting their message through a wider range of social media sites may now become more of a necessity. In fact, simply having a presence in social media will become more of a requirement than a nice-to-have.

This move by Facebook and MySpace is pushing the online community towards an even more decentralized, user-driven atmosphere, and only the advertisers that are willing to keep up the pace will truly reap the benefits.

Parts of this article were derived from http://hosted.ap.org/dynamic/stories/O/OPEN_FACEBOOK

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 %>