# Possible to add meta tags?

**URL:** https://community.glideapps.com/t/possible-to-add-meta-tags/74509
**Category:** Ask for Help
**Created:** [July 1, 2024, 3:32am UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509 "2024-07-01T03:32:22Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![haydensnow4](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/haydensnow4/32/77115_2.png) [@haydensnow4](https://community.glideapps.com/u/haydensnow4)
#### Post date: [July 1, 2024, 3:32am UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/1 "2024-07-01T03:32:22Z")

</div>

Hi there!

I was wondering if there’s a way to add meta and Open Graph tags to a Glide App. Something like:

```html
<meta property="og:url" content="https://example.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Example Title">
<meta property="og:description" content="Example Description">
<meta property="og:image" content="https://example.com/example-image.jpg">

```

Ideally, I’d like to post a link in Discord, Slack, etc., and get a nicer-looking embed.

Thanks in advance!

---

<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 1, 2024, 1:52pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/2 "2024-07-01T13:52:05Z")

</div>

I’m not sure you can do this. My workaround in the past is using [Short.io](http://Short.io) and use their API here.

> **[Update Open Graph data for a given link](https://developers.short.io/reference/opengraphbydomainidandlinkidpost)**
>
> Short link API allows you to create and manage short links on your branded domain

---

<div class="post-metadata">

### Author: ![Geremy\_de\_Melo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/geremy_de_melo/32/59397_2.png) [@Geremy\_de\_Melo](https://community.glideapps.com/u/Geremy_de_Melo)
#### Post date: [July 19, 2024, 10:55pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/3 "2024-07-19T22:55:28Z")

</div>

Hi to all.  
I tried to use this approach but it doesn’t work in Facebook. It seems that Facebook goes to the target url to get the metadata 😕

Maybe I’m configuring something wrong…

---

<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 20, 2024, 12:27am UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/4 "2024-07-20T00:27:23Z")

</div>

Can you show me how you’re doing it? There’s also a [Sharing Debugger](https://developers.facebook.com/tools/debug/) you can use to check how your link would look.

---

<div class="post-metadata">

### Author: ![Zion\_Brock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/zion_brock/32/77149_2.png) [@Zion\_Brock](https://community.glideapps.com/u/Zion_Brock)
#### Post date: [July 30, 2024, 3:48pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/5 "2024-07-30T15:48:47Z")

</div>

I’m curious if you were able to get this to work. I’d like to share screen with a nice preview image of something on the screen.

---

<div class="post-metadata">

### Author: ![Zion\_Brock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/zion_brock/32/77149_2.png) [@Zion\_Brock](https://community.glideapps.com/u/Zion_Brock)
#### Post date: [July 30, 2024, 3:55pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/6 "2024-07-30T15:55:23Z")

</div>

Are you able to get this to work for your Glide app? where do you put the code, in a code component block? 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 30, 2024, 11:47pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/7 "2024-07-30T23:47:32Z")

</div>

I was able to a few years ago, but I stopped that project and was unable to find the scenario to give a screenshot here.

I used [Make.com](http://Make.com). What I did was basically everytime a new article is posted in my app, I send the URL to Make, process it in [Short.io](http://Short.io) with a domain I registered, then use the PUT call I linked to above to update its metadata. I usually share those articles on Facebook, so the Sharing Debugger helped me to see if the metadata has been updated or not.

> **[How to Change Link Previews by Using Open Graph Metadata](https://blog.short.io/how-to-change-link-previews-open-graph-metadata/)**
>
> When a person or brand posts content online, it’s mainly to gain attention. Whether a regular social media user posts a story on Facebook or a full-fledged social media campaign working on getting as much exposure as possible, the goal is the same:...

An alternative is changing them manually in the [Short.io](http://Short.io) dashboard.

---

<div class="post-metadata">

### Author: ![Zion\_Brock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/zion_brock/32/77149_2.png) [@Zion\_Brock](https://community.glideapps.com/u/Zion_Brock)
#### Post date: [July 31, 2024, 5:51pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/8 "2024-07-31T17:51:48Z")

</div>

thanks, this all makes sense except what you’re saying about using the PUT call. Can you expand on that?

Also, I notice there is an integration in Glide’s Actions for [short.io](http://short.io). Couldn’t we just use that?

---

<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: [August 1, 2024, 12:33am UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/9 "2024-08-01T00:33:28Z")

</div>

> [@Zion\_Brock](#):
>
> thanks, this all makes sense except what you’re saying about using the PUT call. Can you expand on that?

Sorry, I should have added this API link.

> **[Update Open Graph data for a given link](https://developers.short.io/reference/opengraphbydomainidandlinkidpost)**
>
> Short link API allows you to create and manage short links on your branded domain

> [@Zion\_Brock](#):
>
> Also, I notice there is an integration in Glide’s Actions for [short.io](http://short.io). Couldn’t we just use that?

The integration only allows you to shorten URLs and nothing else.

> **[Short.io | Glide Docs](https://www.glideapps.com/docs/short-io)**
>
> Shorten, personalize, and share fully branded short URLs.

---

<div class="post-metadata">

### Author: ![Zion\_Brock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/zion_brock/32/77149_2.png) [@Zion\_Brock](https://community.glideapps.com/u/Zion_Brock)
#### Post date: [August 1, 2024, 2:56pm UTC](https://community.glideapps.com/t/possible-to-add-meta-tags/74509/10 "2024-08-01T14:56:17Z")

</div>

Much appreciated!
