Hello,

I set up a redash dashboard, generated public secret link, but when I try to embed dashboard on my wordpress site, nothing shows up, just an empty page. I have iframe plugin and it works for embedding other sites pages in my wordpress. Any suggestions what could be the problem? This is iframe code I used:

[iframe src=“http://secret link …org_slug=default” width=“1000px” height=“800px” frameborder=“0” scrolling=“yes” align=“right”]

EDIT: Any alternative ways to embed redash dashboard via wordpress editor?

Do you see any errors in your browser console when you try the embed?

1 Like

I figured it out, it was because the secret link did not have SSL, it works now, I got a subdomain for redash and SSL.

Hello:
I have the same problem. The version of self hosted redash is V8. When i use the following html code, the request is refused by redash. The phenomenon is shown in the figure. But when i render the html code in flask(return render_template(‘Report.html’), 200),i can get the result. Does anyone have a similar problem?
Tanks!

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;overflow: hidden;}
hello everyone