Quote:
Originally Posted by CyberSEO
Because now it's:
Code:
<object width="720" height="405"><param name="movie" value="https://youtube.com/v/XXXXXXXX?autoplay=0"></param>
<embed src="https://youtube.com/v/XXXXXXXX?autoplay=0" type="application/x-shockwave-flash" width="720" height="405"></embed></object>
Eric, XXXXXXXX was an example of youtube video ID (e.g. IxI8aPISq8I). It must be replaced with the original one which defined in the post like this:
Code:
[youtube]XXXXXXXX[/youtube]
In result the following code must be generated:
Code:
<iframe src="https://youtube.com/embed/XXXXXXXX" height="405" width="720" allowfullscreen="" frameborder="0"></iframe>
No objects, just a standard youtube iframe.
|
Gotcha, I got it now. We are all set. Juicy can be happy!