Skip to content

Instantly share code, notes, and snippets.

@jconnoll
Created October 12, 2011 00:30
Show Gist options
  • Save jconnoll/1279884 to your computer and use it in GitHub Desktop.
Save jconnoll/1279884 to your computer and use it in GitHub Desktop.
Shopify - Facebook share thumbnail
<meta property="og:site_name" content="{{ shop.name }}" />
{% if template == 'product' %}
<meta property="og:image" content="{{ product.featured_image | product_img_url: 'compact' }}" />
{% else %}
<meta property="og:image" content="http://cdn.shopify.com/s/files/1/0070/2452/t/1/assets/logo.png?101693" />
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment