Creating a custom H5P component to moodle

Hi

I am attempting to create h5p component that I could utilize inside a Moodle h5p -activity. I have already a moodle course (h5p-activity) and need to expand its capabilties that are beyond the normal moodle h5p-capabilities. Currently have been approaching this by exporting the current moodle h5p-activity and trying to modify existing unused components (like the H5P.TwitterUserFeed, since pretty much unused). My current issue is that changes that I make to the H5P.TwitterUserFeed -folder inside h5p-package are not shown in the user interface (like changing display messages). My guess is that Moodle loads this component stuff primary elsewhere from the server. Any ideas how to get Moodle to use the component spesification inside a h5p-package?

I do not not need that much functionality, If I could get the modified H5P.TwitterUserFeed-component to run with my modifications, I would be pretty much done. The benefit of H5P.TwitterUserFeed components is also that it is already in the user h5p user gui/menu if someone whants to tweak it too. I could do this in an alternative way too, if there exists another way.

Thanks in advance.

Summary: 
Creating a custom H5P component to Moodle
otacke's picture

I'd not recommend to use moodle as a development environment for H5P, but to use the H5P CLI tool that was designed for that purpose.