# Instagram and glide combined

**URL:** https://community.glideapps.com/t/instagram-and-glide-combined/50772
**Category:** Ask for Help
**Created:** [October 3, 2022, 2:45pm UTC](https://community.glideapps.com/t/instagram-and-glide-combined/50772 "2022-10-03T14:45:50Z")
**Posts on this page:** 1
**Showing post:** 6

<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: [October 25, 2022, 5:35pm UTC](https://community.glideapps.com/t/instagram-and-glide-combined/50772/6 "2022-10-25T17:35:10Z")

</div>

That has javascript, so it won’t work with a rich text component.

However, I did figure out a trick that seems to work. A

- Add a new text column in your table. Name it “embed” or something like that.
- Temporarily add a file picker component and point it to that new column.
- Take that embed code and paste it into notepad or some other basic text editor. Save the file as embed.html or something like that.
- Use the file picker to upload that html file to the glide database.
- Now add a web embed component and point it to that new column which now contains the html file.

You’ll end up with something like this.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/4/d4ae06edc092549c3c3c198c24cd3896b74c6295.png)

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/0/80fb9cda7b6d3014f682adb81c9fa52a08b004a9.png)

---

_[View the full topic](https://community.glideapps.com/t/instagram-and-glide-combined/50772)._
