Kód: Vybrat vše
<iframe style="display:block" src="//www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" height="480" width="100%"></iframe>
Kód: Vybrat vše
[youtube]{SIMPLETEXT}[/youtube]
Kód: Vybrat vše
<iframe style="display:block" src="//www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" height="480" width="100%"></iframe>
Kód: Vybrat vše
[youtube]{SIMPLETEXT}[/youtube]
Kód: Vybrat vše
<a id='yvideo{SIMPLETEXT}' href='javascript: myFunction{SIMPLETEXT}()'><img style="background: black; padding: 30px 42%;" src="http://forum.sebesdileni.cz/images/icons/others/youtube_icon.png" height="100px" width="16%"></a>
<script type='text/javascript'>
function myFunction{SIMPLETEXT}() {
var para = document.createElement("iframe");
para.src = "//www.youtube.com/embed/{SIMPLETEXT}";
para.height = "480";
para.width = "100%";
var t = document.getElementById("yvideo{SIMPLETEXT}");
t.textContent = "";
t.appendChild(para);
t.removeAttribute("href");
}
</script>
Kód: Vybrat vše
[youtube]{ID_VIDEA}[/youtube]