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 trialmariatimonina
1,027 PointsEmbedded Link not showing up...
Hi! I'm going through this video step by step, and all I had to do was copy and paste the embed code from youtube into the index file, which I did, but the video isn't showing up on my site. I pasted it inside the body tags. What could be wrong here? Thanks!
mariatimonina
1,027 PointsHi! I just realized that something is wrong with my Notepad++ and that's it's just not showing correct changes to the browser anyways. I'm going to try to find a program that is more straight forward and hopefully when I go back it won't be an issue. Thank you!
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Maria,
You probably need to add http:
in front of the urls if they begin with //
so that they look like http://
As Jovanny mentioned, show us your code if that's not it.
mariatimonina
1,027 PointsHi! I just realized that something is wrong with my Notepad++ and that's it's just not showing correct changes to the browser anyways. I'm going to try to find a program that is more straight forward and hopefully when I go back it won't be an issue. Thank you!
Jovanny Elias
16,204 PointsJovanny Elias
16,204 PointsCan you add your current code so we can see what might be incorrect.