Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
You will have to add the 'og:image' meta tag manually to your theme's HTML.
Step 1: Open your Shopify admin dashboard, and go to "Online Store" > "Themes" > "Actions" > "Edit Code."
Step 2: Then, locate and open the theme.liquid file
Step 3: Add the following code within the <head> section of your HTML:
<meta property="og:image" content="URL_OF_YOUR_IMAGE" />
* Replace "URL_OF_YOUR_IMAGE" with the actual URL of the image you want to use. This should be a direct link to the image file, preferably under 200x200 px
Step 4: Save and publish
Step 5: Enjoy
should I do this for EVERY page that I would like to share?
No need to do this for EVERY page unless you have created custom pages that do not derive property from theme.liquid
99.99% pages will work with just one change, cheers!