Social media previews (Facebook Open Graph, Twitter)

I have an app where people might want to share links to their stuff on Facebook or Twitter. So I’m wondering if I absolutely need to use SSR to have FB/Twitter generate image previews of links? If so, is it possible to just use SSR for a single route, so I wouldn’t have to convert my whole app?

Thanks in advance.

I would check out this post: Facebook share setup

I’m in a similar situation, where there are only a handful of routes that actually have “postable” content. Pretty quick and easy to set up with not a ton of overhead.

1 Like