[custom widget via iframe] usage question

I’m trying to display the foundry screen in [custom widget via iframe] in workshop.
But is there a way to hide the left menu?
Please help me how to do it.

You can checkout more options under https://www.palantir.com/docs/foundry/workshop/widgets-iframe/

On the page the instruction is to do the following:

When embedding another Foundry application, you can hide the Foundry sidebar by adding the embedded=true URL query parameter.

i.e. you should add ?embedded=true at the end of the url you are embedding and it it already has other query parameters, you can add &embedded=true instead

1 Like

Oh~ Thank you so much. It’s my stupid fault for not reading the manual properly.