FabricMC / fabricmc.net

The source code and content for https://fabricmc.net/
MIT License
51 stars 28 forks source link

Improve website embed preview. #59

Open modmuss50 opened 12 months ago

modmuss50 commented 12 months ago

Screenshot 2023-10-10 at 13 42 20

Can we add an image? Either way we need to improve the text.

sydist commented 9 months ago

we should be able to use The Open Graph protcool for this! here's an example from the website:

<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />

these would be put inside the <head> element and they should work across multiple websites like Facebook, Twitter, Discord, etc...