pootlepress / cx-featured-video-for-slider

Canvas Extensions - Featured Video for Slider
1 stars 0 forks source link

Videos not loading using embed code #10

Open hjb19 opened 9 years ago

hjb19 commented 9 years ago

@nickburne what am I doing wrong that I can't add videos using the embed code!?.. H

nickburne commented 9 years ago

Please paste embed code here. You will have to use GitHub markdown to insert code. This means you have to wrap the code with ``` at the top and bottom. Read this to understand... https://help.github.com/articles/github-flavored-markdown/

hjb19 commented 9 years ago
<iframe src="https://player.vimeo.com/video/44474689" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="https://vimeo.com/44474689">5 Seconds Countdown</a> from <a href="https://vimeo.com/kidaxel">Kid Axel</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
nickburne commented 9 years ago

Test it without the end bit. Just the iframe...

hjb19 commented 9 years ago

Tried

<iframe src="https://player.vimeo.com/video/44474689" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> 

but it won't take it...