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
BV52
Mon, 02/10/2020 - 17:48
Permalink
Hi Peter,I suggest you check
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
Blokje
Mon, 02/10/2020 - 18:00
Permalink
Thanks! Just today I found
Thanks! Just today I found out fram http into https. It is solved now!