Write the Tags, Watch the Cards
Fill in the fields on the left and every platform's card redraws on the right. The tag block at the bottom is ready to paste into the head of the page.
What Each Platform Reads
Facebook, LinkedIn, Slack, Discord and iMessage read the Open Graph tags: og:title, og:description, og:image, og:url and og:site_name. X reads twitter:card to decide the layout and then twitter:title, twitter:description and twitter:image, falling back to the og:* tags when those are absent, which is why the generator only emits twitter:card, twitter:site and twitter:creator by default: repeating the title and description under both prefixes is noise. Google ignores all of it and reads the title element and the meta description, so the generator can emit that too.
The image is where previews go wrong. Use an absolute https URL, a JPEG, PNG or WebP (never SVG), 1200 by 630 pixels, under a megabyte, and declare og:image:width and og:image:height so Facebook renders the first share correctly instead of showing a text-only card until its crawler has fetched the file. The guide has the full rules and the cache refresh tools; the checker confirms the live page sends what you pasted.