What do people do about SSR or social content previews for Compose HTML apps?
This is an example page on my website: https://ailaai.app/card/13527596
However, when I post on Facebook for example, it just looks like this because the data didn't load yet:
🇻🇳 2
d
David Herman
06/27/2023, 4:55 PM
SSR is server-side rendering. I'm not sure that's related to the preview that a site like Slack or Facebook shows you?
David Herman
06/27/2023, 4:56 PM
(That's opengraph stuff if I recall and am getting the name right)
j
Jacob Ferrero
06/28/2023, 2:41 AM
Right, but since it takes a sec to load the data from the API, I think Facebook doesn't catch it
d
David Herman
06/28/2023, 2:48 AM
Ah no idea about that
David Herman
06/28/2023, 2:49 AM
I have to imagine they issue a request with a timeout but I'd be surprised if it was subsecond. But I don't know anything official.