Open Graph Preview
Preview a social sharing card.
Open Graph Title
A short social sharing description.
Use cases
Social share QA
Preview how a title, description, and image may read before sharing a page.
Marketing copy review
Check whether campaign copy fits a compact card-style preview.
Image selection
Try different preview images before deciding which asset should represent a page.
Examples
Frequently Asked Questions
Is this exactly how every platform renders it?+
No. Each platform has its own rendering, but this gives a useful approximation.
Do I need an image URL?+
Yes, social platforms usually expect an absolute image URL.
Related Tools
API preview
Endpoint
POST
/api/tools/og-previewRequest
{
"input": "hello world",
"options": {}
}Response
{
"result": "processed output",
"tool": "og_preview"
}