Instagram and glide combined

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

8 Likes