Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #29641

    Hi

    I am trying to get Youtube videos to embed

    I can get a vimeo video to embed by putting

    <iframe src=”//player.vimeo.com/video/18439821″ width=”500″ height=”281″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    into a textblock and that works.

    However replacing the src with a youtube video link does not work. I have tried many different other ways but none of them work ( ie using the video media element just shows a link)

    I see you have one embedded on your demo site. Could you please share with me exactly how you have linked that in

    Great theme by the way!

    thanks

    Murray

    #141177

    Hi Murray,

    Please once again make sure that you paste YouTube embed code in Text tab

    Regards,

    Yigit

    #141178

    I am doing that

    Like I said it works for vimeo but not for youtube. It is strange. And driving me up the wall.

    When I put just http://www.youtube.com/watch?v=NZTt5yiwS6Y I get the text showing, the embedding is not picking up

    and when i put

    <iframe src=//www.youtube.com/watch?v=NZTt5yiwS6Y” width=”500″ height=”281″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    I get just a blank iframe.

    I am doing the right thing aren’t I?

    #141179

    Hi,

    Can you try this

    <iframe width=”500″ height=”281″ src=”//www.youtube.com/embed/CR_m-d3m4g4″ frameborder=”0″ allowfullscreen></iframe>

    and post the link to your website?

    Regards,

    Yigit

    #141180

    That worked, thanks!

    I would never have guessed to add /embed/

    #141181

    Hi,

    You are welcome, glad we could help :)

    Let us know if you have other questions

    Regards,

    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Youtube videos not embeding’ is closed to new replies.