Need Help adding YouTube Video to my WSO.

by 2 replies
3
Can anyone help me. I am just about finished placing my 1st WSO but when I Preview the Thread my YouTube videos are not appearing as video

example:

<iframe title="YouTube video player" width="640" height="510" src="http://www.youtube.com/embed/1ORKbiYwCZ0" frameborder="0" allowfullscreen></iframe>

Can anyone walk me through it. Not sure if I am doing it correctly?

I thought I saw a thread saying something about BB codes????

Thanks,
Mark
#programming #adding #video #wso #youtube
  • All you should have to do in order to embed your youtube video on you website it to put that code you have where ever you want the video to appear.

    Note that if you want to allow full screen use the following code:

    HTML Code:
    <iframe title="YouTube video player" width="640" height="510" src="video link" frameborder="0" allowfullscreen = "true"></iframe>
    If you have tried this already and are getting you problem, could you explain the problem a little more.
  • just the embed code of video
    <iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/fT7rCWZvsD8" frameborder="0" allowfullscreen></iframe>

Next Topics on Trending Feed