<%@ 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: The Conversationalists<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

The Conversationalists

posted by Tenley Wilson @ Thursday, January 21, 2010 - 4:57 PM
Recently released data from Forrester Research has coined the term "The Conversationalists" for people that post a status update on a social networking or microblogging website at least once a week. The Forrester data was analyzed and published in this article from ReadWriteWeb.

So, who are the Conversationalists? More than half of The Conversationalists are female, and more than 70% are 30 years and older. This group of people contributes mainly to online discussions with their friends on social networking sites. This group of internet users is the fastest growing group of adults online, and based on their usage patterns, may be more focused on maintaining current relationships rather than developing new ones.

Although The Conversationalists are rapidly increasing, the number of Creators (those who publish their own content) has remained quite steady. As the aforementioned ReadWriteWeb article proposed, this is most likely due to the fact that it is relatively easy to join a social network, but much more difficult to consistently create and maintain internet content.

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