Adding a JavaScript to display a video

Hi Epicenter team,

I’m trying to modify the HTML code to allow various Youtube videos to be displayed once the user clicks on several images. Despite my efforts I can’t seem to be able to load the url in the iframe I created.
Do you know if there are particular restrictions that would not allow me to do that?
How could I embed those links?

Hi Mancuso–

This shouldn’t be different from embedding in any web page. The only difference is that this is a single page app, and the sim page will appear dynamically when you navigate to it.

You’ve likely seen this help from Google

https://developers.google.com/youtube/player_parameters

Have you tried both the iframe and the API approach?

WILL