Custom HTML file for standalone H5P?

Hi,

As this comment https://h5p.org/comment/2162#comment-2162 

I would like to use a Wordpress site for authoring content, and then export and include the result in a custom HTML file.

I guess that the HMTL file has to load some librarys of h5p.

Is there an exemple somewhere?

I found this Topic ( StaticContentWrapper) https://h5p.org/node/608 but the links don't work anymore!!

falcon's picture

There are no examples of this yet I'm afraid. You need to load all libraries and core files as well  and initialize everything correctly to make this work.

fnoks's picture

You could have a look at the following github repo: https://github.com/tunapanda/h5p-standalone

We would also like to do this, so that we can create a courseware presentation in H5P on a WP site and then use it in another HTML5 site... please do consider this feature in the future.