When I embed an H5P iframe using a shortcode in the classic editor, and then try to view it on the front end, I receive two errors in the Console.
The first is:
h5p.js:997 Uncaught ReferenceError: H5PIntegration is not defined
The second is:
h5p.js:997 Uncaught ReferenceError: H5PIntegration is not defined
at Object.H5P.t (h5p.js:997)
at HTMLDocument.<anonymous> (h5p.js:2717)
at c (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at Function.ready (jquery.js:2)
at HTMLDocument.H (jquery.js:2)
H5P.t @ h5p.js:997
(anonymous) @ h5p.js:2717
c @ jquery.js:2
fireWith @ jquery.js:2
ready @ jquery.js:2
H @ jquery.js:2
It seems that h5p can’t find jQuery or can’t talk to it. Is there an easy way to help h5p find it, or is the problem something else entirely?