Hi
I am programming my website and having problems imbedding YouTube videos
Here is the code i used:
<iframe width="560" height="315" src="//www.youtube.com/embed/S-x4uQh35zA" frameborder="0" allowfullscreen></iframe>
Thanks
Hi
I am programming my website and having problems imbedding YouTube videos
Here is the code i used:
<iframe width="560" height="315" src="//www.youtube.com/embed/S-x4uQh35zA" frameborder="0" allowfullscreen></iframe>
Thanks
What exactly is wrong, "having problems" isn't exactly helpful.
sorry, there after i insert the tag into the body nothing shows up.
Just tried this on my end and I think your link isn't complete, you can either go with http:// or you can just use www.
The // indicates to the frame that it is to utilise the same protocol as the server. So putting either http: or https: will cause issues.
(with HTTP the server may not display it if it's HTTPS or cause HTTPS to complain about insecure content if it is HTTP)
Hmmm odd, as that code works fine. What serving package are you using?
It works. It's weird. Do you have any styles regarding iframes? as in iframe {display:none;} etc.