Embed GeoGebra in base64 code #11826
Closed
dmyuan62
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Can you consider embedding GeoGebra into reveal.js in the form of base64 code? This is the most convenient and meaningful thing for teachers to teach.
https://geogebra.github.io/docs/reference/en/GeoGebra_Apps_Embedding/
Offline and Self-Hosted Solution
We suggest you to use the GeoGebra Apps from our global and super-fast server network www.geogebra.org as shown above, but in case you prefer to host and update the GeoGebra apps yourself, you can download our GeoGebra Math Apps Bundle The embed codes are almost the same as above, with two differences: the tag for including deployggb.js needs to be changed to
and you need to include the following line before the inject() call:
Alternatively if you just need to fix to a specific version then you can still use the CDN like this (don’t change the 5.0. just the 498)
For technical reasons, you need to use 5.2 not 5.0 after version 804 eg
For example:
Beta Was this translation helpful? Give feedback.
All reactions