Add youtube video

Discussion in 'HTML & Website Design' started by opportunist86, Jan 6, 2012.

  1. #1
    I've added youtube video to my site but only the text appears which redirects to youtube website. I want to show the video on my page and show video screen instead of just link. My site is ceramics tiles and is on wordpress.
     
    Solved! View solution.
    opportunist86, Jan 6, 2012 IP
  2. DanIonescu

    DanIonescu Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have to copy the code YOUTUBE provides. It looks like:
    <iframe width="420" height="315" src="http://www.youtube.com/embed/#######" frameborder="0" allowfullscreen></iframe>
    Code (markup):
     
    DanIonescu, Jan 6, 2012 IP
  3. #3
    Hi,

    Here are the steps to embed youtube videos correctly onto your website.

    1. Right under the video that you are using for your website, there is a "SHARE" button, it is on the right of the "Like" and "Add To" button, click on it.

    2. Next, click on the "EMBED" button which is on the right of the "EMAIL" button.

    3. A window with a embedding code will appear, it goes something like this:
    <iframe width="560" height="315" src="http://www.youtube.com/embed/NShgF-vc3rM" frameborder="0" allowfullscreen></iframe>

    4. Copy the codes and paste it into your website.

    5. You can change some of the display attributes like width, height, etc. Just google it and I am sure you will be fine. Hope the info helps, cheers.

    Chris.
     
    KianBoon, Jan 6, 2012 IP
  4. opportunist86

    opportunist86 Active Member

    Messages:
    422
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Thanks Chris!
     
    opportunist86, Jan 6, 2012 IP
  5. KianBoon

    KianBoon Member

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    28
    #5
    You are most welcome, nothing beats getting a prompt and effective solution to a problem

    Best Regards,
    Chris.
     
    KianBoon, Jan 6, 2012 IP