Skip to main content Join the Agentforce Virtual Hackathon to build innovative solutions and compete for a $50k Grand Prize. Sign up now. Terms apply.

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

6 个回答
  1. 2021年8月11日 13:09

    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.

  2. 2021年8月16日 15:25

    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.

  3. 2021年8月15日 14:50

    @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.

0/9000