Kenn Member

Comments

  • I'm assuming having an embed token bypasses the authentication needed, and the card has to be private
  • update: I figured out that you are supposed to return an HTML as a string and update the iframe's src to that value. Since I'm working with React, this is how I did it: <iframe id='testEmbed' src={'data:text/html;charset=utf-8,' + encodeURIComponent(embedCardHtml)} ..... However, the card is still returning "This content…
  • I assume that the Domo Everywhere link only works for public cards. I'm trying to view a private one.