Developers

Technical forum about Content Type or System Plugin development.
Here you can apply for developer access.

How do I add a class to interactive video links?

Forums: 

I am using the H5P Wordpress plugin and am trying to add a class to all H5P interactive video links.
This is what I have so far:

H5P.jQuery(document).ready(function () {

  // Listening for interactive video element 
  
   if(H5P.jQuery('.h5p-interactive-video').length > 0)
      H5P.jQuery('.h5p-link a').addClass("modal-link");

});

How do I listen for the video to be loaded? My current script can't find the links because they don't exist yet.

Upload in TYPO3,

Forums: 

Hello, 

my commiunication agency recently got in contact with the h5p plugin. I'm working as a motion designer/cutter and wondering how I can edit and upload my video to a customer's website via TYPO3. I read that you can select interative quizzes etc. in your CMS like Wordpress e.g.. 

Looking forward to helpfull information since this topic is completely new for me.. 

Thanks in advance, Rebekka

 

Pages