This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta property="fb:app_id" content="xxxxx"> | |
<meta name="twitter:site" content="@your-handle-here" /> | |
<meta name="twitter:card" content="summary" /> | |
{% if template contains 'product' %} | |
<meta property="og:type" content="product"> | |
<meta name="twitter:title" content="{{ product.title | strip_html | escape }}" /> | |
<meta property="og:title" content="{{ product.title | strip_html | escape }}"> | |
<meta property="og:category" content="{{ product.type }}" /> |