BBcode
Code: Select all
[youtube]{IDENTIFIER}://{SIMPLETEXT1}youtube.com/watch?v={SIMPLETEXT2}[/youtube]
Code: Select all
<center><object width="640" height="480"><param name="movie" value="{IDENTIFIER}://{SIMPLETEXT1}youtube.com/v/{SIMPLETEXT2}"></param><param name="wmode" value="transparent"></param><embed src="{IDENTIFIER}://{SIMPLETEXT1}youtube.com/v/{SIMPLETEXT2}" type="application/x-shockwave-flash" wmode="transparent" allowFullScreen="true" width="640" height="480"></embed></object></center>
I was searching for an answer, even tried with iframe (the video loaded automatically with facebook browser and with Opera mobile it didn`t even appeared).
Maybe it can work if it would be with "lazyload" or something... Can somebody help me with this please? Thank you.