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.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>x2go Plugin</title> <link rel="stylesheet" type="text/css" href="/media/x2goplugin.css"> <script src="/media/x2goplugin.js" type="text/javascript"></script> </head> <body onload="checkPlugin()"> <div id="x2goplugin"> <object src="location" type="application/x2go" pluginspage="http://www.x2go.org/~verstandk/install.html" pluginurl="http://www.x2go.org/~verstandk/x2goplugin_linux32.xpi" data="server.x2go" hidden="false" name="x2goplugin" palette="background" height="100%" hspace="0" vspace="0" width="100%"> <--x2goplugin //--> </object> </div> <div id="description"> <h4>x2goplugin</h4> <p>This website will offer you a plugin named "x2goplugin". With the installed plugin you'll be able to start or recover a session running on a x2goserver. The server needs to be preconfigured (/etc/x2goplugin/server.x2go). To get more information about what x2go is, please visit <a href="http://www.x2go.org">http://www.x2go.org</a>. </p> </div> </body> </html>