<%@ 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: Tips for Marketing on the Social Web<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Tips for Marketing on the Social Web

So, all the chatter about social media and user-generated content is nothing new, right? What's new: a lot more companies of all stripes are waking to the fact that customers hang out in online gathering places and very often talk and post content about them. It's much like what happened with search a few years ago, and business executives said, "Hey, I think this is important and there's opportunity here."

A lot of agencies say they know social media. In reality, they're only buying advertising and branded pages on social sites like MySpace and Facebook. Meanwhile, other firms perform social media optimization (SMO). However, both services miss the point of what social media and user-generated content is about.

Social media marketing isn't about optimizing or advertising. It's about socializing!

It's about weaving your content and messages into the social Web, making friends and fans. It also means talking to and listening to friends and fans and measuring the impact the social Web has on your business. It's not one campaign on MySpace or Facebook with a cool page that makes a few friends and is later abandoned when the campaign's over.


Read more...

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