You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in order to be able to create a uniform interface for generating a URL that is always the same, I have written a proxy script via middleware: <domain>/h5p/embed/<id>
In addition, I have rewritten the controller so that the content now runs in a proper iframe and no additional JavaScript is loaded on the TYPO3 page. This had always led to conflicts with other jQuery versions.
Maybe it is interesting for you. You can find a demo below.
Hello,
in order to be able to create a uniform interface for generating a URL that is always the same, I have written a proxy script via middleware:
<domain>/h5p/embed/<id>
In addition, I have rewritten the controller so that the content now runs in a proper iframe and no additional JavaScript is loaded on the TYPO3 page. This had always led to conflicts with other jQuery versions.
Maybe it is interesting for you. You can find a demo below.
https://github.com/svewap/t3ext-h5p/tree/feature/embedded
https://v10.typo3-playground.wappler.systems/de/extensions/h5p/
The text was updated successfully, but these errors were encountered: