Existing Standalone Editor/Viewer Installations
We are a company that are trying to use the H5P Editor/Viewer fucntionality in our existing Rails/HTML application. What we are trying to do is use H5P functionality embedded in our own HTML, without H5P being a plugin for CMS - standalone.
Here are the questions:
1. Is it possible? I know there is a tutorial but we were unable to get it up and running.
2. Can anyone point me in the right direction or give me examples/URLs of existing and functioning standalone applications if they in fact exist?
3. Are there working examples of standalone H5P installation in a simple webpage with a backend storage engine?
Thanks!
Oleg
falcon
Mon, 06/13/2016 - 11:37
Permalink
Hi,I can answer #1, it is
Hi,
I can answer #1, it is possible and Joubel is planning to add a zip export to the H5P plugins that will allow you to download your content as a standalone package of .html, .js, .css etc files, or perhaps even just one big .html file. No ETA yet.
dgcruzing
Fri, 06/24/2016 - 12:58
Permalink
Great I was just looking for
Great I was just looking for this, as playing with it in Moodle and see the download button. Be nice to have a stand-alone program to play these in.
castelmager
Sat, 04/14/2018 - 17:38
Permalink
Hi, any news on this topic ?
Hi,
I'm trying also to use h5p content in my html, I've followed this project : https://github.com/tunapanda/h5p-standalone/blob/master/
But couldn't make it run.
Exist another way to run h5p content as standalone project ?
Thanks!
Best Regards,
thomasmars
Tue, 04/17/2018 - 09:32
Permalink
Hi, not to my knowledge.The
Hi, not to my knowledge.
The h5p-cli has a built in server that you might be able to use or extend. I have not tried it myself though, so can't vouch for it.
marbaque
Mon, 06/04/2018 - 03:07
Permalink
same here
Have you had any luck with this... I am trying to use the standalone project on github, but I get an error cause it is trying to load a file called h5p.json in the workspace folder... instead of the content I created and copied to the workspace folder
otacke
Mon, 06/04/2018 - 17:32
Permalink
Hi!If I remember the
Hi!
If I remember the standalone version correctly, you will have to unzip the h5p file contents to your workspace folder. You cannot just copy the h5p file there.
Best,
Oliver
marbaque
Fri, 07/27/2018 - 16:36
Permalink
unzipping
Thank you @otacke, it took me a while to find out it was a archive file that could be unzipped.
Anyways, that error was due to the permissions of the folder containing the h5p contents. Had to change it to 775.
otacke
Fri, 07/27/2018 - 16:45
Permalink
Hey marbaque!Glad you could
Hey marbaque!
Glad you could figure it out!
Cheers,
Oliver
Mitt94
Thu, 06/06/2019 - 12:24
Permalink
Any update to view h5p file offline ,just like image or pdf file
Hi otacke , did you find any solution to play h5p file offline on android device without using any plugin or platform.Thank you very much and have a nice day.
otacke
Fri, 06/07/2019 - 06:57
Permalink
Hi Mitt!I was never searching
Hi Mitt!
I was never searching for one. You could use Edu-CAP (https://antares.net/educap.html) or you could build a single, simple local webserver for example.
Best,
Oliver
Mitt94
Wed, 06/19/2019 - 11:44
Permalink
Thank you very much for your quick response
Sorry for late response by me.