I know it's possible to render HTML code as an image. However, I would like to make the image update every 30 seconds, 1 minute etc. etc.
I am attempting to display the price of various assets on sites that don't allow JavaScript. So, in order to do this, I will host the script on my own domain that should then render an image and most importantly, update that image as often as possible, while still keeping it in the same location on my site.
Is there any way to do that?