MobiFlight / HubHop-Website

2 stars 1 forks source link

Add meta tags for pretty inline previews on Discord #52

Closed neilenns closed 2 years ago

neilenns commented 2 years ago

We should add meta tags to the HubHop entry pages so when pasted into Discord it shows a pretty preview.

Example of what might work:

<meta property="og:title" content="{Preset name}" />
<meta property="og:image" content="https://www.hubhop.com/img/logo-big.fd572e09.png" />
<meta property="og:type" content="website" />
<meta property="og:description" content="{description}" />
rofl-er commented 2 years ago

A fixed solution was implemented. Once migrated to Nuxt, we might have options for dynamically adding meta tags