Author Topic: Is there a Plug In so OpenGoo can be linked inline in my web site?  (Read 3580 times)

InThisWorld

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • inthisworld
    • Email
Is there a Plug In so OpenGoo can be linked inline in my web site? And a remote hosted server that hosts it?
« Last Edit: March 13, 2009, 06:27:15 pm by InThisWorld »
We're InThisWorld, are You In This World?

Mark

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Is there a Plug In so OpenGoo can be linked inline in my web site?
« Reply #1 on: March 15, 2009, 01:02:33 am »
You mean like an wrapper?
Thumps up for the OpenGoo development

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Is there a Plug In so OpenGoo can be linked inline in my web site?
« Reply #2 on: 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:

Code: [Select]
<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.