Hi!
I’ve deployed my site using Streamlit Deploy, and embeded it in my wordpress website.
The fact is that I need to pass my Streamlit url parameter to my wordpress url.
I 've tried to set CORS and XRFS to false (on config.toml), but still not working.
Also wordpress is not able do get in my iframe due to is not the same domain.
Does anyone have any ideia do get the parameter and pass to main url?