How to show the H5p content builder?
Hi all, I want to integrate H5P on my web application. I followed the below article to install packages:
https://h5p.org/creating-your-own-h5p-plugin
I installed https://github.com/h5p/h5p-php-library and https://github.com/h5p/h5p-editor-php-library on my laravel web app. But I don't know what's next I need to do.
The article meantioned: "The H5P Editor PHP library holds all H5P editor code and provides the javascript APIs for custom editor widgets. This library has an interface called H5peditorStorage that platform integrations must implement."
But I don't know how to use the js API. I can't found any documentation for this. Also what js script I need to reference on my web?
First thing, I want to call the following builder on my website:
But I have no idea how to do that. Thanks for any help in advance!