View Single Post
Old 12-04-2015, 01:01 PM  
Eric
Confirmed User
 
Eric's Avatar
 
Industry Role:
Join Date: Dec 2000
Location: The Helm!
Posts: 8,818
Quote:
Originally Posted by CyberSEO View Post
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!
__________________
No One
Eric is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote