H5P Editor in HTML
Submitted by pillullis on Thu, 08/31/2017 - 00:32
Forums:
Hello everyone!
H5P has worked great for me but I am having a problem at the moment: I´m wondering if there´s a tutorial out there or something that could guideme into setting the H5P Editor in plain HTML.
Thanks in advance.
tim
Thu, 08/31/2017 - 09:03
Permalink
Hi, could I ask what exactly
Hi, could I ask what exactly you would like to do? Do you want to write plain HTML in the editor or do you want to have the editor as a standalone piece of code you can embed into a site?
pillullis
Thu, 08/31/2017 - 16:44
Permalink
The latter. I´d like to embed
The latter. I´d like to embed the editor in a website using only HTML.
tim
Fri, 09/01/2017 - 09:17
Permalink
The editor needs to connect
The editor needs to connect to a database in order for content to be created so it's not possible to embed it simply as HTML.
pillullis
Thu, 09/07/2017 - 23:50
Permalink
I am aware. Thing is, I want
I am aware. Thing is, I want to use HTML and PHP (to make the DB connection) instead of Moodle,Drupal or Wordpress.
tomaj
Fri, 09/08/2017 - 08:58
Permalink
Use parts of the editor library
Hi,
I don't think it's a trivial problem. But I think you can at least leverage the JS from from the editor library (and maybe some php).
https://github.com/h5p/h5p-editor-php-library
- Tom