<%@ 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 Actions on External Websites<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook Actions on External Websites

posted by Bianca Garcia @ Wednesday, April 23, 2008 - 12:52 PM
Most Facebook users are already familiar with the Facebook Social Ads (sponsored ads that pop up on your News Feed), but few know about Facebook's partnership with other external websites, particularly Yelp and Blockbuster. If you're like me, and you're constantly on Facebook (and really, who else is still not on Facebook?) AND you're a member of Yelp and Blockbuster, then you would know by now that every review on Yelp, and every addition to your movie queue on Blockbuster, also gets featured on your News Feed (if you allow it) and in your Profile - see screen grabs below:

(Blockbuster Feed on my News Feed)

(Yelp Feed on my Profile)

These are obviously great ways to incorporate actual user-generated actions into your brand or website. After all, aren't these just ways to build a stronger, more recognizable brand? As online marketers, we're all rooting for the power of social media. And as consumers, we're all participating in and growing this phenomenon.

However, I'm wondering: just how much will these feeds affect my Facebook life? When my friends see that I added a movie like "Live Free or Die Hard" onto my Blockbuster queue, will I be judged? When they see that I posted a bad review for their favorite restuarant on Yelp, will I be stoned? And this is where the fun begins. The genius of Facebook is that this is yet another avenue that opens up a new window for conversations. Go ahead and discuss the movies that your friends rented. Or go ahead and put your two cents worth about the latest restaurant reviews. This is where the socializing happens.

Kudos to Facebook for ultimately letting the user decide what gets published or not (tip: it's somewhere in your Privacy settings). In the end, we all need to realize that we're all part of this big interconnected social media community, where we share (almost) everything with our friends, fans, peers, and communities. Enjoy!

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