H5P -> Wordpress -> Google sites

I have a Wordpress site and added the H5P plugin.

I created a very simple exercise: http://www.ngils.be/schilderijen/

I copy the embed code from the exercise:

<iframe src="http://www.ngils.be/wp-admin/admin-ajax.php?action=h5p_embed&id=4" width="748" height="268" frameborder="0" allowfullscreen="allowfullscreen"></iframe><script src="http://www.ngils.be/wp-content/plugins/h5p/h5p-php-library/js/h5p-resize..." charset="UTF-8"></script>

And added the code to a simple Google Site: https://sites.google.com/view/peter2020/test

But, as you can see, the exercise is not appearing.

Can anybody help?

Thanks.

Peter

Content types: 
BV52's picture

Hi Peter,

I suggest you check your browser console for errors? It looks like it might be a mixed content issue. You cannot embed a content from an http site into an https site. This video from Oliver can give you some tips on how to resolve this.

-BV

Thanks! Just today I found out fram http into https. It is solved now!