When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this:
<iframe src="https://public.domo.com/embed/pages/:embedId"> </iframe>
However, as we need to pass the embed token as well. Insted of doing it via Forms and scripts in an iframe srcdoc, I am suggesting that we do something like this:
<iframe src="https://public.domo.com/embed/pages/:embedId?embedToken={token}"> </iframe>
Where we pass the embed token through into the iframe src directly. This makes it easier to create embed content on websites.