"Youtube" integration issue on my website
Solved
darksam0000
Posted messages
146
Status
Membre
-
zoungo -
zoungo -
Hello,
I have a problem with embedding the "YouTube" tags on my website.
Actually, the integration does not work on any browser, despite using the "iframe" tag (new method) and the "object" tag (old method).
For your information:
On Chrome v32: it tells me that the plugin is not found.
On Internet Explorer v11: it tells me that the webpage is not found.
On Firefox: it does not say anything. It displays a gray box of 400px by 200px...
On Safari: the code does not work (which is normal).
I have also tried with several videos from different channels, but nothing works.
I think it comes from my website. Can someone please help me?
HTML source code:
Thank you in advance.
Samuel
I have a problem with embedding the "YouTube" tags on my website.
Actually, the integration does not work on any browser, despite using the "iframe" tag (new method) and the "object" tag (old method).
For your information:
On Chrome v32: it tells me that the plugin is not found.
On Internet Explorer v11: it tells me that the webpage is not found.
On Firefox: it does not say anything. It displays a gray box of 400px by 200px...
On Safari: the code does not work (which is normal).
I have also tried with several videos from different channels, but nothing works.
I think it comes from my website. Can someone please help me?
HTML source code:
<div>
<h3>Welcome to our site</h3>
<div>
<p>
<iframe width="356" height="200" src="//www.youtube.com/embed/1BMMjnSwN3E?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
</div>
Thank you in advance.
Samuel
I tried adding http: in front of www., but it still doesn't work. I don't see the video thumbnail on my personal page
Thank you