Developers

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

How to add created editor widget to Hello World Content Type

Forums: 

I have been following "Hello world tutorial"

I have created widget by following "How to create an editor widget" (https://github.com/h5p/h5p-editor-color-selector)

However I am unable add this widget tp content type and get this error 

Missing dependency H5PEditor.ColorSelector 1.0 required by H5P.GreetingCard 1.0.

How to add a custom widget to custom content type ?

Time line scrubbing in Video object

Forums: 

Hi,
we need to control time line scrubbing by script.
Can we suggest me which API to use?


At the moment we able to read the player's current position in following way:

var iframeH5P = document.getElementsByClassName('h5p-iframe')[0].contentWindow.H5P;
var iframeVideo = iframeH5P.instances[0].video;
current = iframeVideo.getCurrentTime();

Thank you.

manage the plugin from the site - in the frontend

Forums: 
 hellow,We installed the h5p on wordpress multisite.It works very well through the control panel in backend,I want to allow users to manage the plugin from the site -  in the frontend.Is it  possible? can you guid me how to do it? I'm wp developer.thanks.haya lax, tik-tak developer

Pages