Just checking my assumptions on this one.

Is there a way to set a social media preview image (like opengraph) for a page fragment?

@erikKroes
I don't think so, I think they only come from <meta> tags particular names within the page <head> so every URL for that page gets the same.

*If* the page request that reads those tags includes the fragment in its request, perhaps you could have server-side code that would respond with a page containing different <meta> tags, based on the fragment.

@cwilcox808 @erikKroes Unfortunately (for this use case), fragments don't get sent to the server.

@VincentTunru @cwilcox808 I was afraid of that. Of what you both said.

At least it doesn't send me off hacking some new functionality, as I'm pretty sure it won't work or is too big for what I'm doing 😄

(still could be nice tough...)