Standalone Editor
Submitted by pillullis on Wed, 07/26/2017 - 17:40
Forums:
I managed to get H5P content to work on my website with no issue without having to use WordPress, Moodle or Drupal (I'm just using plain PHP) but now I'd like to know if there's a way to get the standalone editor working the same way and save the generated .h5p files locally in my computer or in the server.
Thanks for your time.
thomasmars
Thu, 07/27/2017 - 09:54
Permalink
Hi,Yes, the specification and
Hi,
Yes, the specification and inspecting how a .h5p file is built up should give you some clues: https://h5p.org/documentation/developers/h5p-specification. Getting the editor up should not be too big of a challenge provided that you have a way of loading libraries, but getting all the intricacies of the backend right, like saving temporarily uploaded files, validation and editing might be quite demanding. If you follow the same patterns that the cms integrations/plugins does you should be on the right path.
pillullis
Thu, 07/27/2017 - 21:28
Permalink
Fantastic
That's great.
Although I got one (sort of dumb) question: Where can I find the source code for the editor so I can get to work on it.
icc
Fri, 07/28/2017 - 10:28
Permalink
Hi, the editor is available
Hi, the editor is available at: h5p/h5p-editor-php-library
and you may want to have a look at the core components as well: h5p/h5p-php-library
Also, the CLI tool has some standalone server component that may be of help: h5p/h5p-cli
marbaque
Sun, 06/03/2018 - 00:16
Permalink
standalone
Would you share how you managed to get H5P content to work on your website with no issue without a CMS. I am trying with https://github.com/tunapanda/h5p-standalone but for some reason I can not display the content. I followed the instructions but no luck.
meiti
Wed, 04/17/2019 - 08:54
Permalink
Download a .h5p file(123.h5p
Download a .h5p file(123.h5p ex.), change the extension .h5p to .zip(123.zip) and unzip it.
After that,copy the folder 123/ to workspace,then it work.
Mitt94
Wed, 04/17/2019 - 11:15
Permalink
Can you guide me step by step usage of standalone.
I follewed the steps but it is not working for me.can you guide me please.
Mitt94
Fri, 05/03/2019 - 14:47
Permalink
Can you guide me step by step usage of standalone.
Hello can anyone tell me how can i use h5p on my website without using moodle or drupal or wordpress or any other cms.
BV52
Mon, 05/06/2019 - 05:01
Permalink
Hi Mitt94,You can create your
Hi Mitt94,
You can create your contents here and use the embed option to embed the contents. Please note though that it is advisable that you host your site or sign up for H5P.com.
-BV52
MHeusinger
Tue, 06/25/2019 - 09:21
Permalink
usage of standalone
There is a good description
https://www.knanthony.com/blog/hosting-h5p-content-on-your-own
BV52
Wed, 06/26/2019 - 05:25
Permalink
Hi MHeusinger,Thank you for
Hi MHeusinger,
Thank you for sharing this.
-BV52