This is an old revision of the document!
x2goplugin is a Firefox plugin. It can be used to access a x2go session via a Webbrowser instead of using x2goclient.
This is a short tutorial how to integrate the x2go plugin into a website.
First you'll need a Website to carry the plugin. Please feel free to use your own Website code. This is just a example which should be used to get started:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>x2go Plugin</title>
</head>
<body>
<div id="x2goplugin">
<--x2goplugin //-->
</div>
</body>
</html>
<object src="location"
type="application/x2go"
pluginspage="http://plugin.x2go.org/insdex.html"
pluginurl="http://plugin.x2go.org/download/x2goplugin_linux32.xpi"
data="server.x2go"
hidden="false"
name="x2goplugin"
palette="background"
height="100%"
hspace="0"
vspace="0"
width="100%">
<--x2goplugin //-->
</object>