Skip to main content
DevTools24

مصحح Open Graph

تحليل علامات Open Graph و Twitter Card meta. معاينة كيف ستظهر صفحاتك عند المشاركة على وسائل التواصل الاجتماعي.

Note: Uses a CORS proxy to fetch pages. Some sites may block proxy requests. For accurate testing, use the official Facebook Sharing Debugger.

Open Graph Protocol - التفاصيل التقنية

Open Graph meta tags control how content appears when shared on social media. Key tags include og:title, og:description, og:image, and og:url. Twitter uses its own twitter:card tags.

بديل سطر الأوامر

# Fetch OG tags with curl
curl -s https://example.com | grep -E '<meta property="og:|<meta name="twitter:'

# Using opengraph-io API
curl 'https://opengraph.io/api/1.1/site/URL?app_id=YOUR_APP_ID'

المرجع

عرض المواصفات الرسمية