Auto-refresh - iframe

Hi,

Does auto-refresh work in iframe embedding?

Yes. :smiley:

Great. Thanks.

why i can't find it。。。

@tang You can add refresh=60 as anchor parameter to the embed URL - example:
https://<metabase-url>/embed/dashboard/<token>#bordered&titled&refresh=60

1 Like

I don't know how to call this interface in English, but I use the last embedding method
how can use refresh=60 ?

@tang Exactly the same way - example:
var iframeUrl = METABASE_SITE_URL + "/embed/dashboard/" + token + "#bordered=true&titled=true&refresh=60";

is work. thanks you …