<%@ 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 Media Isn’t Just for Kids Anymore!<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Social Media Isn’t Just for Kids Anymore!

posted by Nick Cifuentes @ Friday, February 27, 2009 - 12:59 PM
According to a new report from Forrester Research, social media isn’t just for kids any longer. The new report notes that more than 60 percent of baby boomers are actually engaged in social media channels, such as blogs, videos, podcasts, and forums.

In 2007, the percentage of baby boomers consuming this media was at 46% for people ages 43 to 52, and 39% for people ages 53 to 63. By 2008, the number increased in a massive way, 67% and 62% respectively.

In addition, the number of baby boomers responding to content posted online increased as well. For the younger boomers, responding to content doubled from 15% in 2007 to 34% in 2008. According to Forrester, this is now at a percentage that’s high enough to target this group with social media applications and content.

When it comes to joining social networks, the activity has widely increased among baby boomers as well. Today, almost one in four of the younger boomers are actively engaged in social networks, up from 15% in 2007.

The one aspect of social media that is up, but not at a significant increase when compared to the other activities, is the aspect of actually creating content. Besides updating their online profiles and leaving blog comments, the baby boomers are still not heavily involved in writing blog articles or creating videos and posting them online. In 2008, 16% of younger boomers were involved in content creation (up from 12% in 2007) and 15% of older boomers (up from 8% in 2007). Both groups saw an increase, but it still remains the least popular activity online for baby boomers.


What Does this Mean?

According to Forrester’s suggestion - the best bet for getting baby boomers involved in your content is to create blogs or videos that relate to the life and/or work style of baby boomers. And creating these content channels without so many complex sign-up processes are most likely the smartest direction to take your ideas, as the numbers above show that baby boomer’s feedback is limited - so consider the sensitivity of your channel.

This research opens the door to start considering serious steps into creating social applications for this particular age group (ages 43 to 63). Although the group isn’t as active as the younger generations, their participation levels are now at a moderate level and increasing - very worth of a company to start to seriously consider marketing towards.

So when thinking about marketing to this age group, consider the social networks that many of the baby boomers now favor. Websites like Eons, BOOMj.com, TeeBeeDee, Classmates Online, and AARP’s new online community.

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