Can I display an H5P editor on a CMS front end?

Colin D's picture
Forums: 

 

I need my site users to be able to author H5P content. These users won't have access to the back end and therefore can't author content in the normal way (which is currently through the H5P hub on WordPress). I need a solution which gives results like H5P.org's examples and downloads section, with the authoring form presented on the front end and available to all users. Can anyone explain how I might go about achieving this? Is there a public repo for H5P.org where I can see this code?

P.S. I'm currently using Wordpress but I could change CMS/LMS if this makes implementing this functionality more feasible. Or perhaps I will need to ditch the CMS/LMS route and create a custom application for authoring (following the documentation on here regarding manually creating packages) and then arrange uploading the authored H5P packages to my CMS?  Any suggestions are appreciated.

 

Thanks, Colin

serettig's picture

Maybe a special public access route in the backend is a possible option for you? In Drupal you should be able to use a roles and permission model to give anonymous users access to create content.

otacke's picture

Hi!

I agree with Sebastian. I believe that https://einstiegh5p.de implements H5P the way that you have in mind. It's drupal based.

Best,
Oliver