<%@ 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, Twitter, Last.fm Land on Xbox 360<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook, Twitter, Last.fm Land on Xbox 360

posted by Nick Cifuentes @ Tuesday, November 17, 2009 - 3:42 PM
They always said games would be more fun when you play them with friends, which is why the Xbox 360 just finalized their Xbox Live software to sync with your Facebook and Twitter accounts.

Users will now be able to wrap themselves entirely in a "social-enabled" game experience and connect and play with their friends on Facebook & Twitter.


With the integration, you can now use your Facebook account through your Xbox 360, and update your status, browse updates from your friends and view photos on the big screen. You will also be able to link your Xbox Gamertag to find your Facebook friends who also play on Xbox Live and connect with them directly within your gaming experience. Facebook goes one step further and utilizes the fairly new interface of the Xbox 360 dashboard, and allows a variety of sorting and slick panel movement, all with the touch of your controller.

Your photo albums will also load pretty quickly and look impressive on a high-definition TV - much better looking then on your computer screen.


Twitter also will now sync with your account, and you will be able to tweet through your Xbox 360 anytime during your Xbox Live experience, as well as view profiles, trends and conversations - even search to see who is tweeting about your favorite game. Although it is not much different than tweeting from a computer or your phone, the Xbox 360 interface takes tweeting to an entirely new level with just the design of it alone.


And for you PS3 fans, I know you are asking - where is our update? It is coming! The company just announced on its official PlayStation blog that upcoming firmware update v3.10 will add Facebook and Twitter functionality to the PS3 interface.

And for music fans, Last.fm, a streaming music application that allows you to set a channel and listen for as long as you'd like, also will now sync with the Xbox 360. As does the new Microsoft Zune player, Microsoft's version of the iPod, where users can now watch videos in 1080p and 5.1 channel surround sound - all through their game system.

In addition to all the new social features, Xbox Live also will be debuting the "News and More" section, transforming Xbox Live into a full-on media portal that will regularly update streaming content from MSNBC, The New Yorker, and Dilbert, just to name a few.

Happy Gaming!

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