Skip to content

OG & Social Previews

When someone shares a Tolinku link on social media, messaging apps, or Slack, the platform that receives the link fetches Open Graph (OG) tags to generate a preview card. You can control exactly what that preview looks like.

Tolinku uses a cascade to determine which OG tags to use:

  1. Route-level OG tags (if set on the route)
  2. Auto-fetched OG tags (if the “fetch from fallback URL” option is enabled)
  3. Appspace-level OG tags (the defaults set in App Config)

If none are configured, the link preview will be blank or will show whatever the destination page provides.

In the route form, expand Advanced Settings to find the OG fields:

  • OG Title: The headline shown in the preview card. Keep it under 70 characters.
  • OG Description: The body text below the title. Keep it under 200 characters.
  • OG Image: Upload an image or provide a URL. Recommended size: 1200x630 pixels for best display across platforms.

If you already have OG tags on your website and don’t want to duplicate them, enable Auto-fetch OG tags on the route. When this is on, Tolinku scrapes the OG tags from your web fallback URL and uses those for link previews.

This is useful when your route’s fallback URL is a product page, blog post, or landing page that already has well-configured OG tags.

Different platforms render OG tags slightly differently:

PlatformImage ratioTitle lengthNotes
Facebook / Meta1.91:1 (1200x630)~60 charsTruncates long titles
Twitter / X2:1 (1200x600)~70 charsUses twitter:card meta if present
LinkedIn1.91:1 (1200x627)~70 charsCaches previews aggressively
Slack1.91:1~70 charsShows inline preview
iMessageSquare cropFull titleShows smaller thumbnail
WhatsApp1.91:1~60 charsCaches for ~7 days

For the best results across all platforms, use a 1200x630 image and keep your title under 60 characters.

If your link preview doesn’t look right:

  1. Check the OG tags: Visit your Tolinku link in a browser and view the page source. Look for <meta property="og:title">, og:description, and og:image tags.

  2. Clear platform caches: Most platforms cache OG data. Use their debug tools to refresh:

  3. Check image accessibility: The OG image URL must be publicly accessible. If it returns a 404 or requires authentication, the preview will be blank.