Página 1 de 1

Livestream Video  Tema Solucionado

Publicado: 03 Ago 2011, 23:18
por Nacho1191
Despues de investigar y buscar en todos lados un bbcode efectivo para colocar los videos de livestream en un post, no me convenció ni me agradó ninguno, asi que jugando diseñe el siguiente code para aquellos que deseen colocarlos, funciona perfectamente.

Code

Código: Seleccionar todo

[livestream]http://www.livestream.com/{SIMPLETEXT}/share?clipId={IDENTIFIER}[/livestream]
Html

Código: Seleccionar todo

<iframe width="560" height="340" src="http://cdn.livestream.com/embed/{SIMPLETEXT}?layout=4&clip={IDENTIFIER}&height=340&width=560&autoplay=false" style="border:0;outline:0" frameborder="0" scrolling="no"></iframe><div style="font-size: 11px;padding-top:10px;text-align:center;width:560px">Watch <a href="http://www.livestream.com/?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="live streaming video">live streaming video</a> from <a href="http://www.livestream.com/{SIMPLETEXT}?utm_source=lsplayer&utm_medium=embed&utm_campaign=footerlinks" title="Watch {SIMPLETEXT} at livestream.com">{SIMPLETEXT}</a> at livestream.com</div>
help

Código: Seleccionar todo

[livestream]http://www.livestream.com/micanal/share?clipId=pla_3e3c41c9-7cfc-4d53-8901-9fe401cb6e8d[/livestream]
espero que les sirva, un saludo!