# Dynamic Open Graph Image Generator

**URL:** https://meta.discourse.org/t/dynamic-open-graph-image-generator/319434
**Category:** Support
**Created:** [July 31, 2024, 10:07am UTC](https://meta.discourse.org/t/dynamic-open-graph-image-generator/319434 "2024-07-31T10:07:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ufukayyildiz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ufukayyildiz/32/217157_2.png) [@ufukayyildiz](https://meta.discourse.org/u/ufukayyildiz)
#### Post date: [July 31, 2024, 10:07am UTC](https://meta.discourse.org/t/dynamic-open-graph-image-generator/319434/1 "2024-07-31T10:07:21Z")

</div>

hello,

I want to use below service as a Dynamic Open Graph Image Generator.

So i need to add a code in head that create a url ending with topic url automatically.

example url;

```plaintext
<meta property="og:image" content="https://ogimage.brixyazilim.com/api/og?url=https://fstdesk.com/t/how-to-produce-invert-sugar-syrup-from-beet-sugar/12825" />

```

Can i do this with a code like this?

```plaintext
<meta property="og:image" content="https://ogimage.brixyazilim.com/api/og?url= **something**" /**>

```

Is there way to this.

Thank you in advance.
