<%@ 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: YouTube's New Social Sharing Mechanism<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

YouTube's New Social Sharing Mechanism

posted by Bianca Garcia @ Wednesday, June 17, 2009 - 9:46 AM
The power of social sharing just got bigger. And in this case, easier.

Last week, YouTube launched its new Auto-Share Your Uploads feature. According to YouTube account executive Ryan Stonehouse, "users can now easily send their YouTube uploads to Facebook, Twitter, or Google Reader. Once you link your accounts together, all of your uploads (whether they're uploaded on the web, via a phone, via the API, etc) are automatically posted as tweets, Facebook stories, or Reader shared items."

With a single log-in, users can automatically share their YouTube videos with two of the most popular social media sites, Facebook and Twitter:
YouTube is just the latest site to integrate with Facebook Connect. This makes social sharing infinitely easier (and less manual and time-consuming) for Facebook users. According to the Facebook Developer Blog, as more sites and applications implement Facebook Connect, the power of the social graph is extending across the Web, to the iPhone, gaming consoles, and TV, changing the way we view gaming, videos, concerts, and even church. Many of these sites are benefiting from increased distribution and engagement, as they enhance the user experience by making it easy to share and connect with real world friends.

And as for Twitter? No need anymore to manually feed video-related tweets to individual Twitter accounts (since admit it, most video uploads are from YouTube anyway; it's not the most popular video site for nothing). As MarketingVOX recently pointed out, YouTube users can directly syndicate recently-uploaded videos across social networks (or at least for now, across two of the biggest ones).

This new social sharing mechanism benefits the users and makes the social web one smooth, easy, integrated piece. Consumers and businesses can now easily automate video-seeding across social networks, and this equates to having the ability to disseminate information (aka new videos) more quickly. All with one click of a button. Not only is that easy, it's great.

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