To fix it you can open the Design menu > Library > Layouts tab > Meta Tags > Standard meta tags > change the variables to the "raw" versions should fix it.
Change ProductImageFilename to ProductImageFilenameRaw
line58 Standard meta tags
Design menu > Library > Layouts tab > Social Media Buttons > Product Pin It Button Layout >
line8 Product Pin It Button Layout
again change the ProductImageFileName to ProductImageFileNameRaw
Set the Default Image, this is an image that will show if the product image is too small for facebook.(Make it your compnay Logo or generic product)
Settings > Site Options > Social Media tab > Facebook > Use Default Image > set the image there,
Facebook will only use images bigger than 200px x 200px (and sometimes not even them... seems that bigger is better for Facebook.
Change ProductImageFilename to ProductImageFilenameRaw
line58 Standard meta tags
Code:
<meta property="og:image" content="<actinic:variable name="CatalogURL" /><actinic:variable name="ProductImageFileNameRaw" />" />
Design menu > Library > Layouts tab > Social Media Buttons > Product Pin It Button Layout >
line8 Product Pin It Button Layout
again change the ProductImageFileName to ProductImageFileNameRaw
Set the Default Image, this is an image that will show if the product image is too small for facebook.(Make it your compnay Logo or generic product)
Settings > Site Options > Social Media tab > Facebook > Use Default Image > set the image there,
Facebook will only use images bigger than 200px x 200px (and sometimes not even them... seems that bigger is better for Facebook.
Comment