Embedding with Glide

How would I best go about embedding a section of site into glide knowing the <iframe> is not the best option.

1 Like

You could try using the webview action on a button.

Thanks @Jeff_Hager I tried it and got “Requests to the server have been blocked by an extension.” Although I can easily access it from web.
It would be ultimate if I can display exchange rates without the need for a button

Try it with https instead of http. Otherwise I don’t know of a better way unless you find a way to pull the data into a sheet, or find a way to create an image of the page. There is a webview component in staging, but I don’t know if we’ll ever get that in production or not. Also seems like a lot of sites don’t work well with webview…most likely because the site doesn’t allow embedding.

This feature has now been shipped Webview Component - Glide Library