Feng Forum

Support => Getting Started => : InThisWorld March 13, 2009, 04:01:13 PM

: Is there a Plug In so OpenGoo can be linked inline in my web site?
: InThisWorld March 13, 2009, 04:01:13 PM
Is there a Plug In so OpenGoo can be linked inline in my web site? And a remote hosted server that hosts it?
: Re: Is there a Plug In so OpenGoo can be linked inline in my web site?
: Mark March 15, 2009, 01:02:33 AM
You mean like an wrapper?
: Re: Is there a Plug In so OpenGoo can be linked inline in my web site?
: ignacio March 16, 2009, 02:04:22 PM
If I understand correctly what you want to do, maybe a simple iframe could be enough. Just put this html somewhere in the source code of your website:

:
<iframe src="PUT HERE THE URL TO YOUR OPENGOO INSTALLATION" style="width:400px; height:300px;"></iframe>
You can change the width and height to whatever you want. If you didn't mean this please try explaining a little further.