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

 

Overdrive Interactive Launches New Facebook Page

posted by Laura Ragno @ Friday, October 3, 2008 - 9:04 AM
Facebook recently got a makeover and so did our Overdrive's corporate page - check it out here and become a fan: http://www.new.facebook.com/pages/Overdrive-Interactive/11238699978. You can also search by 'Overdrive Interactive' after logging in. Make sure to click the Play button to watch our intro Flash movie and explore our service offerings.

If your company wants a custom Corporate Facebook Profile or need any of our Social Media Marketing services click here and let us know! We are passionate about socializing online and that is why we are the Social Media Agency of choice for clients like Harley-Davidson, The Princeton Review, Virgin Money, Cognos, EMC and more! (See info and Harley-Davidson’s social platform examples below.)

Social Media Marketing
Overdrive specialized in creating amazing social media marketing channels that make real and lasting connections with your customers and prospects. Our services include:
- Blog creation and maintenance (WordPress, TypePad, Blogger, content development, compliance procedure development and more)
- Blog outreach and monitoring (Getting Bloggers to talk about you! Research, segmentation, outreach, monitoring and more)
- Social network profile creation, monitoring and maintenance (Facebook, MySpace, Friendster, Bebo, Twitter, content and application development and more)
- Content channel creation, monitoring and maintenance (YouTube, MySpace Video, Yahoo! Video, Flickr, Wikipedia and more)
- Social media measurement (blog posts, blog sentiment, profile views, friend and fans, page views, video views, site traffic, ROI and more)
- Friend and fan outreach (employee and customer outreach, targeted invites, specialty media buys)
- Hyper-targeted Social Media Buying (Reach the right people where they like to hang out online)

Case Study: Harley-Davidson
Check out Harley-Davidson’s Social Platform we launched and make sure to become a friend or fan of their profiles:

http://www.myspace.com/harley-davidson
http://www.facebook.com/harley-davidson
http://www.youtube.com/user/HarleyDavidson

In just the first few weeks of the program, we signed up over 60,000 friends and fans on MySpace and Facebook who we can instantly communicate with anytime -- now that's a powerful brand connection!

Labels: ,

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