Unfortunately, to copy code off this page, you will have to do: View->Source (FireFox). I don't know why you can't copy off the screen ...
| 1. On a webpage that you will upload and link to yourself.
From within GeoGebra Screencast In GeoGebra, with your geogebra file created and saved: 1. Command File -> Export -> Dynamic Worksheet as Webpage
Select: Show icon to reset construction
Select: Double click opens application window
Select: Show menubar, Show toolbar and Show Input field as you desire.
ONLY if application is to be used online Select: archive="http://www.geogebra.org/webstart/geogebra.jar"
4. Click on Export.
5. Upload to your site:
If access is online and you selected in the advanced tab, you need to upload only the html and the worksheet.
If access is offline, you need to upload the html, the worksheet and the java archive files (geogebra.jar, ...) in the folder.
6. Link to the html page:
Extras and explanations:
|
| 2. A wiki webpage like this:
Bare Bones
The code must be in a single line. So if you use copy & paste, you must remove the line breaks!
(:applet code="geogebra.GeoGebraApplet" codebase="Java/GeoGebra/" archive="http://www.geogebra.org/webstart/geogebra.jar" width="700" height="150" filename="http://mathcasts.org/mtwiki/uploads/GlossaryT/absolute_value1.ggb" showResetIcon="true" showToolBar="false" showMenuBar="false":) Explanations: This is the embed code for the GeoGebra interactivity use on this page.Applet Commands Applet Parameters
The following are the applet parameters and do NOT have to be included.
NOTE: The Algebra Window and the Spreadsheet are shown depending ONLY on the way the GeoGebra file is saved.
|
| 3. A blog
Wordpress blog - Sample (opens in new window)
Switch to HTML mode and do NOT switch back to VISUAL at any time!
Copy & Paste or type in the code
<applet name="ggbApplet" code="geogebra.GeoGebraApplet" codebase="./" archive="http://www.geogebra.org/webstart/geogebra.jar" width="480" height="480"> <param name="filename" value=" ***enter filename here*** "> <param name="framePossible" value="true"> <param name="showResetIcon" value="true"> <param name="enableRightClick" value="false"> <param name="showMenuBar" value="false"> <param name="showToolBar" value="false"> <param name="showToolBarHelp" value="false"> <param name="showAlgebraInput" value="false"> <i>Geogebra applet (enable Java to see it).</i> </applet>Click on View Page to check it, then on Save and then on Publish. Explanation:
|
Related Topics
Up one level
|
will be shown (and available) in the top right corner of the activity. Default value is "false".

