# Embedding items into GlidePages - is it now possible?

**URL:** https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435
**Category:** Ask for Help
**Created:** [July 13, 2022, 9:33pm UTC](https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435 "2022-07-13T21:33:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [July 13, 2022, 9:33pm UTC](https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435/1 "2022-07-13T21:33:49Z")

</div>

I built a glide app and glide page ([assemblycare.org](http://assemblycare.org)) several months ago. At that time it did not seem possible to embed things like PayPal buttons or other items. On our old website we used a customer chat system from [drift.com](http://drift.com). How can I use something like ([drift.com](http://drift.com)) or really any equivalent chat popup on my GlidePage site?

---

<div class="post-metadata">

### Author: ![eltintero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eltintero/32/76520_2.png) [@eltintero](https://community.glideapps.com/u/eltintero)
#### Post date: [July 13, 2022, 9:34pm UTC](https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435/2 "2022-07-13T21:34:41Z")

</div>

I don’t know if as a popup, but now we have the webview component in Glide pages as we have in apps!

---

<div class="post-metadata">

### Author: ![jgentile](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jgentile/32/40909_2.png) [@jgentile](https://community.glideapps.com/u/jgentile)
#### Post date: [July 13, 2022, 9:36pm UTC](https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435/3 "2022-07-13T21:36:53Z")

</div>

Ok… that’s a big plus. Trying to think how that would work. With most chat apps there is a bit of script that sits in the head of your site. The chat icon floats in the bottom right. Person clicks and and away they go.

Would I have to create a “fake” chat button in header or footer of every page and if a person clicks it it would take them to a web view page? Would that be the way to work it? Just trying to think out loud here.

Is there a way to make the button float at the bottom right of the screen so if a person scrolls it stays there?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 14, 2022, 12:01am UTC](https://community.glideapps.com/t/embedding-items-into-glidepages-is-it-now-possible/44435/4 "2022-07-14T00:01:06Z")

</div>

> [@jgentile](#):
>
> Would I have to create a “fake” chat button in header or footer of every page and if a person clicks it it would take them to a web view page? Would that be the way to work it? Just trying to think out loud here.

Yeah, probably this is the way.

> [@jgentile](#):
>
> Is there a way to make the button float at the bottom right of the screen so if a person scrolls it stays there?

With Pages, no, not at the moment. Floating buttons only exist in Apps for now.
