What do people do about SSR or social content prev...
# compose-web
j
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
SSR is server-side rendering. I'm not sure that's related to the preview that a site like Slack or Facebook shows you?
(That's opengraph stuff if I recall and am getting the name right)
j
Right, but since it takes a sec to load the data from the API, I think Facebook doesn't catch it
d
Ah no idea about that
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.