Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

Create H5P programmatically from existing file

Forums: 

Hello !

I've installed the symfony H5P bundle : https://packagist.org/packages/emmedy/h5p-bundle

This works fine ! I have a lot of existing .h5p files and wanted to import them programmatically in my website, during the fixtures creation process.

I've got a "Ressource" entity that contains an h5p Content. When i create an Ressource i create a new entity "Content" that is connected to the Ressource, but now i don't understand which way to use in order to link my .h5p file to the Content...

How do I use all the contents in plain HTML?

Forums: 

I want to use all the contents (Interactive Video, Multiple Choice etc) of H5P on plain HTML, but I dont want to create the content on H5P website and embbed in my website. Can anyone suggest me how to use or create each of content in plain HTML without using CMS or H5P website.

Pages