h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

overwrite function for tracking #131

Closed svenzimmermann closed 3 years ago

svenzimmermann commented 3 years ago

We need a way via wp/wp-admin/admin-ajax.php?action=h5p_embed&id=XXX to track accessed H5P exercises with matomo. However, hard coding in the script would be overwritten in the next update.

Is there an overwrite function or another way to inject a script (for matomo tracking)?

otacke commented 3 years ago

@svenzimmermann You can add custom scripts using the alter_scripts hook. There's a sample plugin that you can alter, or you can create your own.

svenzimmermann commented 3 years ago

@otacke Thank you for this great plugin. Adapted the code for our purposes. Works great.

otacke commented 3 years ago

@svenzimmermann Not my plugin (although it contains some lines of code that I contributed) - but I bet the H5P core team will be pleased to read that you like it.