<%@ 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 Leak: Users Can Become Fans of Facebook Pages With a Text Message<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook Leak: Users Can Become Fans of Facebook Pages With a Text Message

posted by Nick Cifuentes @ Monday, March 30, 2009 - 7:54 AM
Facebook will soon be allowing you to promote your Business (Fan) Page by using text messaging to allow users to Fan your Facebook Page - all by asking people to text the name of your page (www.facebook.com/xxxxxxxxxxxx) to 32665 (which spells 'FBOOK' on your phone) to become fans.



At this time, the feature is still in a beta mode, and has not yet been enabled for every Page admin yet. And another hitch in the process for Fans to successfully 'join' your Page, is that users need to have setup their mobile phone to receive texts from Facebook, which can be done on the settings page in your account.

Mobile Fan-ing

Even though this is not public at the moment, and is still in a beta mode, the possibilities could be endless for brands to better connect to future fans. Imagine being at a rally, concert event, a boardroom, a ballpark, and you ask people to take their phones out and send a simple message through texting via a mobile device.

Exactly.

Take that scenario inside your marketing department for a moment, and you include a prompt in brochures, commercials, websites, print ads, etc. Opening up this 'quick' engagement possibility for users could create a massive influx in growing your Fan count on your Page.

Going one step further, once a user is engaged with a brand through the mobile platform, users will receive a brand's status updates via text message to their phone. After receiving the update through the phone, you can then respond and comment directly through text messaging. This process is entirely conducted by phone, without touching a computer. As this feature's publicity grows, you can imagine what level of engagement you are able to produce!

Even though this has not gone live for everyone just yet, it will have a huge impact on the Facebook community once it does. We'll keep you up-to-date as information becomes readily available.

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