# Embedding with Glide

**URL:** https://community.glideapps.com/t/embedding-with-glide/9480
**Category:** Feature Requests
**Created:** [May 20, 2020, 12:45pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480 "2020-05-20T12:45:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Aj2666](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj2666/32/1822_2.png) [@Aj2666](https://community.glideapps.com/u/Aj2666)
#### Post date: [May 20, 2020, 12:45pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/1 "2020-05-20T12:45:17Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 20, 2020, 1:09pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/2 "2020-05-20T13:09:07Z")

</div>

You could try using the webview action on a button.

---

<div class="post-metadata">

### Author: ![Aj2666](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aj2666/32/1822_2.png) [@Aj2666](https://community.glideapps.com/u/Aj2666)
#### Post date: [May 20, 2020, 1:20pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/3 "2020-05-20T13:20:32Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 20, 2020, 1:34pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/4 "2020-05-20T13:34:11Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [February 15, 2021, 4:19pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/5 "2021-02-15T16:19:40Z")

</div>

This feature has now been shipped [Webview Component - Glide Library](https://docs.glideapps.com/all/reference/components/media/webview-component)

---

<div class="post-metadata">

### Author: ![Cisco\_Muratalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cisco_muratalla/32/12358_2.png) [@Cisco\_Muratalla](https://community.glideapps.com/u/Cisco_Muratalla)
#### Post date: [February 15, 2021, 4:19pm UTC](https://community.glideapps.com/t/embedding-with-glide/9480/6 "2021-02-15T16:19:44Z")

</div>


