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

 

Corporate Responsibility in Social Media

posted by Bill Holmes @ Friday, May 9, 2008 - 4:48 PM
Chances are that people are talking about your company online. In blogs, forums, and online social networks. And, like any invested businessperson, you want to join the conversation.

Great, so time to flood the scene with nothing but gratuitous praise for your company, right?

Yes, but only while maintaining a good sense of corporate responsibility. While social media is still somewhat of a "wild west" for corporations, there have already been some examples of what not to do in social media.

Whole Foods CEO John Mackey was caught trashing the competition and boosting his company on Yahoo's message boards. The result: a Securities and Exchange Commission investigation... and a very public humiliation.

And the list goes on. The answer? You can't control what people say online, and you certainly shouldn't try to manipulate the results. The best course of action is to be upfront in your postings, reach out to the bloggers relavent to your business, and treat social media like any other legitimate media outlet. If you do that, then it will be much easier to integrate your company into the social media scene.

Parts of this article were derived from http://www.socialsignal.com/tags/social-web

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