add javascript to content inside iframe
Hi,
I have a drupal 7 site where I use h5p module.
How could I add external js file inside the iframe where the interactive content is (question set)?
I have managed to modify the embed.php file, and that works when the interactive content is embedded manually to a page.
But I think the embed.php file is not used when the h5p content is shown normally on a interactive content page.
Is there a file like embed.php which to modify to add a javascript?
The script which I need to add in the iframe is google analytics tracking script.