matrix-org / matrix-viewer

View the history of public and world readable Matrix rooms
https://archive.matrix.org
Apache License 2.0
73 stars 11 forks source link

When linking to the Matrix Public Archive, make sure URL previews look good #202

Open MadLittleMods opened 1 year ago

MadLittleMods commented 1 year ago

If someone links to the Matrix Public Archive, we should make sure the URL previews look good.

When linking the homepage, a sensible description and image

When linking to a specific event, the URL preview should show the event contents:

.../r/foo.bar/date/2022/11/01?at=$abcd

When linking to a room on a given day, TODO

.../r/foo.bar/date/2022/11/01

When linking to a room, TODO

.../r/foo.bar

Dev notes

Synapse URL preview:

References:

URL preview debuggers:

MadLittleMods commented 1 year ago

@clokep Any tips for what we need to add to the page (<meta>)? What drives the URL preview in Element (title, description, image)?

Pinging you because I recall you caring about them and poking around whenever you see a bad one.