facebook
twitter
feed
OJO
artículo de Javier Casares publicado el 15 de Septiembre de 2009...

Aunque ya se estaba trabajando duro para hacer crecer la cantidad de vídeos en los resultados de búsqueda a través de sistemas como el media RSS, parece que Google ha decidido que ha de utilizar las herramientas libres de terceros para poder seguir aumentando.

Es por esto que han anunciando la disponibilidad de leer el sistema de vídeos de Facebook y el RDFa que utiliza Yahoo! Searchmonkey. De esta forma, podemos incluir códigos como los siguientes en nuestro sitio (personalmente recomiendo el RDFa al ser estándar):

RDFa (Yahoo! SearchMonkey):

<object width="512" height="296" rel="media:video" resource="http://example.com/video_object.swf?id=12345" xmlns:media="http://search.yahoo.com/searchmonkey/media/" xmlns:dc="http://purl.org/dc/terms/">
<param name="movie" value="http://example.com/video_object.swf?id=12345" />
<embed src="http://example.com/video_object.swf?id=12345" type="application/x-shockwave-flash" width="512" height="296"></embed>
<a rel="media:thumbnail" href="http://example.com/thumbnail_preview.jpg" />
<a rel="dc:license" href="http://example.com/terms_of_service.html" />
<span property="dc:description" content="Cute Overload defines Baroo? as: Dogspeak for 'Whut the...?' Frequently accompanied by the Canine Tilt and/or wrinkled brow for enhanced effect." />
<span property="media:title" content="Baroo? - cute puppies" />
<span property="media:width" content="512" />
<span property="media:height" content="296" />
<span property="media:type" content="application/x-shockwave-flash" />
<span property="media:region" content="us" />
<span property="media:region" content="uk" />
<span property="media:duration" content="63" /></object>

Facebook Share:

<meta name="title" content="Baroo? - cute puppies" />
<meta name="description" content="The cutest canine head tilts on the Internet!" />
<link rel="image_src" href="http://example.com/thumbnail_preview.jpg" />
<link rel="video_src" href="http://example.com/video_object.swf?id=12345"/>
<meta name="video_height" content="296" />
<meta name="video_width" content="512" />
<meta name="video_type" content="application/x-shockwave-flash" />

Rellena el formulario para poder comentar...

XHTML permitido:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>