Refresh html widget content (RSS feeds)

Hello!

I inserted a code from the site “https://feed.mikle.com/” inside a HTML widget.

It is a RSS feeds, works fine but i noticed that does not update the news inside the browser.

I try the code <meta http-equiv=”refresh” content=”1800″> but is not working…

Can someone help me to update this kind of iframe?

thank you!

I’m not sure it will help, but your quote marks are mixed (curley quotes and normal quotes). You should be using normal quotes.

Try:

<meta http-equiv="refresh" content="1800">

1 Like