Embed Code in Glide

Is there a way to embed an external widget in Glide. Take the below as an example. I would like to edit a portion of this script to correspond to column A in my data, but then have the widget actually show in the app. Any ideas? I doubt it is possible, but never hurts to ask.

EURUSD Rates by TradingView

The only way I figured out how to do this is to create an HTML doc with the embed code, host it on a site like netlify or fast.io and then display it in a webview component.

1 Like

Bummer that fast.io got discontinued…

1 Like

It is indeed sad fast.io is no longer around, but I was able to start a github page. The issue I am facing now is how to pass a string from Glide to the html on the github page to control the widget

1 Like