Open Graph tag generator
Generate the social sharing tags for your pages.
Open Graph tags
<meta property="og:title" content="عنوان صفحه" /> <meta property="og:description" content="توضیح کوتاه صفحه برای شبکههای اجتماعی." /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://example.com/page" /> <meta property="og:image" content="https://example.com/cover.jpg" /> <meta property="og:site_name" content="ابزاریو" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="عنوان صفحه" /> <meta name="twitter:description" content="توضیح کوتاه صفحه برای شبکههای اجتماعی." /> <meta name="twitter:image" content="https://example.com/cover.jpg" />
How to use it
- 1Enter the title, description and image URL.
- 2Select the content type.
- 3Place the code in the page's head section.
Worked examples
Sample calculation
The recommended image size for og:image is 1200×630 pixels.
Frequently asked questions
Why doesn't the link image update on Telegram?
Social networks cache the result; use that network's validation tool to refresh the cache.
Does the image URL need to be absolute?
Yes, og:image must be an absolute URL with https.