I have a shiny app on posit connect cloud that I want to embed on my quarto blog. Apps on shinyapps.io are easily embedded in rmd/qmd but the following did not work with the app on connect cloud:
<iframe width="100%" height="600px" src="https://connect.posit.cloud/durraniu/content/0192efc2-e5f2-639b-3616-883fdecd3b94"> </iframe>
Is there a way to embed this app in quarto?
Hello,
Please see this conversation: Standalone Link for published Rmd Content - #3
The problem is that you are trying to embed an iframe within an iframe and our platform has security to block this. The hack would be to find the url in the iframe we use to load your app on Posit Connect Cloud.
Thankfully, this won't be an issue much longer. We will soon default deployments to an iframeless url that should make embedding via iframe work seamlessly.
I'll post an update here when that happens, likely within the next week or two.
Best,
Alex