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

 

Engaging in Social Conversation

posted by Melanie DAcchioli @ Thursday, May 1, 2008 - 3:03 PM
As Overdrive has recently been quite involved in learning more about and engaging in social media, various things have begun to make a stronger impression on me as a social media user.

For example, I am a member of the official Facebook group for the restaurant/bakery Finale. Today I received this message from one of the chefs at Finale:


After reading the message, I browsed over to the profile of the group, where I spotted these posts on the profile's "wall":


As Overdrive preaches, social media marketing at its core is not about marketing, it is about socializing. Finale is using its Facebook presence to send messages directly from its chefs (Kim Moore and Nicole Coady) to all of its friends, promoting new desserts, events, and special, exclusive offers. People LOVE to feel like they are a part of something exclusive.

In response, the friends of Finale are eating it up. As you can see in the image above (name and picture omitted for privacy), friends are not only responding positively but they are specifically going to the Finale Facebook group to ask questions and looking for more information! The social conversation going on between Finale and it's fans is unbelievable and embodies what social media is really all about.

To see the full Finale Facebook group page, click here.

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