Changing the color/text of my forum's embed (on discord)

Quick and dirty.
Admin → Customize → Themes → Edit CSS/HTML → Common tab → Head tab:
Set additional tags:

<meta name="theme-color" content="#ff0000">
<meta property="og:description" content="Whatever you want">

The tags will be duplicated in the HTML code, but what you want to achieve will work.

Here’s an example where I replaced a black line with a red one and set “Texte arbitraire” in the og:description tag:

image


A better solution would be to actually replace the value instead of duplicating tag, but I don’t know how to do that.

3 Likes