We have a third party tool "Product Board" that we've built a dashboard in. I would like to be able to embed the Iframe from product board into a component in Experience cloud. Will we need to use a custom component or does anyone know of a standard component I can make this work with? TIA
You should be able to do it with the HTML Editor component and knowledge articles. You just have to ensure that the site you're embedding allows your experience cloud domain to embed it from a CORS perspective.
So my point around knowledge articles is that you can have rich text / HTML markup as the body of a knowledge article. So you can use knowledge articles and put an iframe within those, and you can use the HTML editor in builder if you don't want to go the route of knowledge articles.
As far as CORS, here's more about that: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
It's more of a web construct than anything specific to Experience Cloud, but essentially whatever site you're trying to iframe from another site has to allow the other site to iframe it using header parameters.
We are looking to embed an iFrame from issuu.com into our Experience Cloud sites. What's the best way to do this? @George Abbot
@George Abboud would you expound a bit more on "and knowledge articles" and "from a CORS perspective?" We're likely moving to a third-party ideation platform and I'm interested in how we can display their customer-facing portal within our Experience Cloud site.