clicepfl / website

CLIC website software built with Strapi, NextJS + React and Meilisearch as Docker services
https://github.com/orgs/clicepfl/projects/3
GNU Affero General Public License v3.0
6 stars 0 forks source link

Add preview #54

Closed Thechi2000 closed 4 months ago

Thechi2000 commented 4 months ago

Currently, there is no preview available for links, unlike for example GitHub. It would be great to find how to implement it, to allow nicer links in social medias.

What we have: image

What GitHub has: image

Thechi2000 commented 4 months ago

After a bit of research, I was able to find what is missing for the preview to be be available. The pages needs the meta properties og:title, og:type, og:image and og:url, from the OpenGraph protocol.