For security reason, if you try to call your app (or Webapp) in an iframe from an external website, it doesn’t work.
However, there is a simple way to do it anyway:

From your backoffice, you can see your app details in Manage > Applications.
From this page, you can retrieve your app URL, for example: http://app.mydomain.com/12dab34cd5678/

To integrate your app in your website:

  • Create an html file for instance myappiframe.html
  • In this file , call the app page in an iframe :
  • Send this file at the root of your siberian folder, on your server, so that you can call it in your browser with app.mydomain.com/myappiframe.html
  • Then, from your external website, call this html page in an iframe:

And it’s done!

 

Did You Find This Article Helpful?

Yes - 6 visitors found this post helpful
No - 1 visitors found this post was not helpful