I’ve created a simple gift list app, and have a Google Sheet for the users and gift items. When adding a gift item through my Glide App using the + icon, I have a few fields tied to my Google Sheet:
- Dropdown list to pick who the gift is for
- Gift item name
- Image URL for the gift
- URL to the gift
- Price
What I was wondering was - most of the data I described above you can get through the social meta tags from the URL. Say for example I provide a link to a product on Amazon… I can get the link to the image, price, title, etc. So… is there any way I can do this in Glide? I’d love to simply have the end user pick who the gift is for in the dropdown and then paste in the link to the product and let the app handle the meta data (which they could then edit after it’s persisted in the Google Sheet).
TLDR; I’d like social meta tag support for URLs added via Glide’s “add item” functionality