Integrate Experience Builder into a custom hosted web application

377
1
08-03-2023 12:08 PM
JakeNeedle
New Contributor III

How can I integrate an Experience Builder app into another hosted custom web application that I developed?

1 Reply
TomDolidon
New Contributor

I Jake,

In order to embed an experience in another custom web application, you can do the following: 

1- Deploy the experience in your web server 
https://developers.arcgis.com/experience-builder/guide/deployment-topics/

2- Embed the application using, for exemple, the html <iframe> element 
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

Regards,

0 Kudos