[ad_1]
The homepage is : hopenmeteo.no
The Embed block uses oEmbed to automatically convert the link, but those weather “widgets” are just svg image files — and not oEmbed links. That’s why they don’t work.
Luckily, because these weather widgets are just image files, you can simply use the standard Image block to embed them anywhere you can put an image. Just make sure to select “Insert from URL” and paste your widget URL.

Good spot George. That works for the svg images.
For the html tables
use Custom HTML block and use iframes
e.g.
<iframe width="100%" height="600" src="https://www.yr.no/en/content/1-72837/table.html"</iframe>
Thanks for the help folks. The first solution works pretty well! But the second solution about using Customized HTML didn’t work for me.
-
This reply was modified 1 hour, 40 minutes ago by
seterboffen.
