diff options
author | DemoscenePassivist <[email protected]> | 2010-08-28 17:09:24 +0200 |
---|---|---|
committer | DemoscenePassivist <[email protected]> | 2010-08-28 17:09:24 +0200 |
commit | 2f1c70e5572a383fed413332d0a120b0a068fb75 (patch) | |
tree | b5a18e0fc5ec99459f004dc14ef449b26e0bbe55 /planet2/config/stream-config.xml | |
parent | b039b299f66518ec91e91dbb07cf5c35728fa6ae (diff) |
Small redesign effort for the streams website
Diffstat (limited to 'planet2/config/stream-config.xml')
-rw-r--r-- | planet2/config/stream-config.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/planet2/config/stream-config.xml b/planet2/config/stream-config.xml index df358aa..4307451 100644 --- a/planet2/config/stream-config.xml +++ b/planet2/config/stream-config.xml @@ -30,14 +30,9 @@ </template> <template keyword="youtube" idpattern="http://www.youtube.com/watch\?v=([^&]+)" descriptionfilter="<span>(.*)</span>"> <![CDATA[ - <object width="480" height="385"> - <param name="movie" value="http://www.youtube.com/v/#id#&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1"/> - <param name="allowFullScreen" value="true"/> - <param name="allowscriptaccess" value="always"/> - <embed src="http://www.youtube.com/v/#id#&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1" - type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"> - </embed> - </object> + <a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/1.jpg" alt="Youtube Video Thumbnail 1"/></a> + <a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/2.jpg" alt="Youtube Video Thumbnail 2"/></a> + <a href="http://www.youtube.com/watch?v=#id#"><img src="http://img.youtube.com/vi/#id#/3.jpg" alt="Youtube Video Thumbnail 3"/></a> ]]> </template> |