Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Objects Embedded Elements

Alfonso Farache
Alfonso Farache
1,853 Points

Nothing appears

For reason I don´t get to understand the video doesn´t appear. In the last video the same thing happened with the flowers picture, it did not appear!!!!

What is wrong?!

http://codepen.io/anon/pen/AHrgK

2 Answers

Fix line 17 from: <embed src="//www.youtube.com

to: <embed src="http://www.youtube.com

James Barnett
James Barnett
39,199 Points

Your code is fine however, Codepen only supports HTML5 version of youtube.

http://blog.codepen.io/2013/09/12/youtube-video-player-and-codepen/

James Barnett
James Barnett
39,199 Points

Nick Pettit - The codepen you go to when you click the code playground button for this video is broken since codepen changed how it handles YouTube embeds.