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

WordPress How to Build a WordPress Plugin Building a WordPress Plugin Settings Page How to Create a Plugin Template with a Settings Page

Missing video

Is there supposed to be a video in the assets folder? It is missing.

2 Answers

Chris Andruszko
Chris Andruszko
18,392 Points

There's not supposed to be a video file. It's a link. In the project files, the code in the "02_about-me.txt" file has an absolute path to the youtube video.

<iframe width="640" height="360" src="//www.youtube.com/embed/jQNXtyoyHic" frameborder="0" allowfullscreen></iframe>
Zander Curtis
Zander Curtis
10,634 Points

I also had to make sure and add the code from the project files while in the TEXT tab of the EDITOR instead of VISUAL tab. (Don't forget to update).

Hope this helps Joseph.