wes337
Solid-Meta on dynamic SSR routes
I am trying to set dynamically set metadata for Slack/X preview cards.
In this example, the title *does update dynamically, but only client-side.
If I post this URL to Slack, the preview card gets the default
<Title>
which is set in my app.jsx
file. Also worth noting that I have set the `og: meta tags and the
twitter:*` ones too but omitted them from the example to keep it short
I want people to be able to share video URLs on Slack and Twitter and elsewhere and the previews to show the dynamically generated metadata content.
How can I do this? Am I missing something or is there some bug in my code?10 replies