# Is it possible to embed R shiny display in Glide app?

**URL:** https://community.glideapps.com/t/is-it-possible-to-embed-r-shiny-display-in-glide-app/38507
**Category:** Ask for Help
**Created:** [February 15, 2022, 10:10am UTC](https://community.glideapps.com/t/is-it-possible-to-embed-r-shiny-display-in-glide-app/38507 "2022-02-15T10:10:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fairagora\_Asia\_Conta](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fairagora_asia_conta/32/39011_2.png) [@Fairagora\_Asia\_Conta](https://community.glideapps.com/u/Fairagora_Asia_Conta)
#### Post date: [February 15, 2022, 10:10am UTC](https://community.glideapps.com/t/is-it-possible-to-embed-r-shiny-display-in-glide-app/38507/1 "2022-02-15T10:10:35Z")

</div>

Hello,  
I would like to embed an R shiny display in my Glide app. Do you know if this is feasible ? I know embeding R shiny is feasible on coded web apps. Any advice is welcome!  
Thanks for your help

---

<div class="post-metadata">

### Author: ![MegannLock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/megannlock/32/19680_2.png) [@MegannLock](https://community.glideapps.com/u/MegannLock)
#### Post date: [February 15, 2022, 11:14am UTC](https://community.glideapps.com/t/is-it-possible-to-embed-r-shiny-display-in-glide-app/38507/2 "2022-02-15T11:14:19Z")

</div>

I’m not well-versed in RStudio, but I think in order to embed something you’ve coded in RStudio/published online, you have to use an iFrame to display it. iFrames aren’t supported within Glide apps. See [here](https://datasciencegenie.com/how-to-embed-a-shiny-app-on-website/) and [here](https://docs.glideapps.com/all/topics/components/text/rich-text#html-tags)!

---

<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: [February 15, 2022, 12:34pm UTC](https://community.glideapps.com/t/is-it-possible-to-embed-r-shiny-display-in-glide-app/38507/3 "2022-02-15T12:34:35Z")

</div>

Actually, in a lot of cases, you can embed iframe code using a webview component, or possibly just take the url from the iframe and use that for the the WebView.
