# Custom code - best way

**URL:** https://community.glideapps.com/t/custom-code-best-way/45512
**Category:** Ask for Help
**Created:** [July 29, 2022, 10:43am UTC](https://community.glideapps.com/t/custom-code-best-way/45512 "2022-07-29T10:43:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Ovi](https://avatars.discourse-cdn.com/v4/letter/o/3ab097/32.png) [@Ovi](https://community.glideapps.com/u/Ovi)
#### Post date: [July 29, 2022, 10:43am UTC](https://community.glideapps.com/t/custom-code-best-way/45512/1 "2022-07-29T10:43:49Z")

</div>

Hi there,

What is the best way to integrate custom code like JS.

Let’s say I want to add Intercom, FB Pixel and other marketing features … what would be the best solution for doing this ?

Thanks.

---

<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 29, 2022, 12:46pm UTC](https://community.glideapps.com/t/custom-code-best-way/45512/2 "2022-07-29T12:46:04Z")

</div>

I assume the services you mentioned require integrating JS into the source code of Glide. I don’t think those are possible. Pixel has been mentioned quite a few times around here but no one mentioned a solution, I believe.

---

<div class="post-metadata">

### Author: ![Ovi](https://avatars.discourse-cdn.com/v4/letter/o/3ab097/32.png) [@Ovi](https://community.glideapps.com/u/Ovi)
#### Post date: [July 29, 2022, 2:05pm UTC](https://community.glideapps.com/t/custom-code-best-way/45512/3 "2022-07-29T14:05:46Z")

</div>

There is a code column in tables, can that be used for this ?

---

<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: [July 29, 2022, 2:19pm UTC](https://community.glideapps.com/t/custom-code-best-way/45512/4 "2022-07-29T14:19:09Z")

</div>

That is for code that can be ran against the data in the table. It’s not for the forward facing app interface.

---

<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 30, 2022, 12:52am UTC](https://community.glideapps.com/t/custom-code-best-way/45512/5 "2022-07-30T00:52:22Z")

</div>

Jeff’s right. I use the custom code/JS columns mostly for transforming data inside my tables. It’s not for injecting a script into the forward-facing interface.
