<%@ 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: Facebook Launches Keyword Measurement Tool<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook Launches Keyword Measurement Tool

posted by Bill Holmes @ Tuesday, April 29, 2008 - 10:24 AM
Good afternoon everybody,

Facebook.com, one of the first and most popular social media sites, has launched a keyword measurement tool called Lexicon.

When users enter a term or phrase into the search bar, Facebook then returns a graph that counts the number of instances a word occurred on profiles, groups and walls in its network. The keyword data goes back 6 months and can be tracked to the day.

By far the best feature of Lexicon is its keyword comparison functionality. Users can compare up to 5 keywords at once. In a comparison between iPod and Zune, iPod is clearly garnering more buzz, so no surprises there.

Overall this will be a great tool to help companies better tailor their social media efforts to what people are talking about.

The Facebook Lexicon can be found at http://www.facebook.com/lexicon/

Parts of this posting were derived from http://www.marketingvox.com/facebook-launches-lexicon-tool-for-measuring-buzz-038138/?camp=newsletter&src=mv&type=textlink

- Bill Holmes

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