Add embed token as query parameter to the iframe src

kw510
kw510 Member
edited August 2023 in Domo Everywhere Ideas

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.

1
1 votes

In Review · Last Updated