Every product deserves a perfect social preview. Generate branded OG images for Shopify products, collections, and blog posts automatically.
Start Generating FreeUse the page_title variable for automatic dynamic previews on every page.
Per-product previews that show exactly what customers are sharing.
Works with any Shopify theme — no coding experience required.
Add this snippet to your theme.liquid <head> section:
{%- comment -%} In your theme.liquid <head> section {%- endcomment -%}
{%- assign og_title = page_title | url_encode -%}
{%- assign imago_key = 'YOUR_IMAGO_API_KEY' -%}
{%- assign imago_tpl = 'modern' -%}
<meta property="og:image"
content="https://imagoapi.com/api/og/generate?title={{ og_title }}&template={{ imago_tpl }}&api_key={{ imago_key }}" />
<meta name="twitter:image"
content="https://imagoapi.com/api/og/generate?title={{ og_title }}&template={{ imago_tpl }}&api_key={{ imago_key }}" />
<meta name="twitter:card" content="summary_large_image" />
Join thousands of Shopify stores using Imago API for stunning OG images.
Start Free Trial