Tuesday, September 9, 2014

Embed YouTube Videos in Google Earth

Not sure why this is an issue...but here's what you need to do to embed YouTube videos in a Google Earth place marker:

Make sure you add http: (or https:) to the embed code you are given, for example:

<iframe width="560" height="315" src="//www.youtube.com/embed/RebX7YEn3GQ" frameborder="0" allowfullscreen></iframe> needs to be <iframe width="560" height="315" src="http://www.youtube.com/embed/RebX7YEn3GQ" frameborder="0" allowfullscreen></iframe>

Same for the old embed code.

No comments:

Post a Comment