In Foundry, how can I embed a Contour board in an iframe in Object Explorer or Slate?
Embed a Contour board in an iframe in Object Explorer or Slate
369 views Asked by Andrew St P At
1
In Foundry, how can I embed a Contour board in an iframe in Object Explorer or Slate?
Take the
analysisRid, therefRidand thenodeIdfor the board you want and plug it into this url structure:You can then optionally include
?embedded=trueat the end of the URL to remove the workspace bar, which results in a frame that only includes the board. It is also recommended to include&useMostRecentNodeId=trueso your embed will render even after the Contour path is edited.