by ShopSite Lauren » Thu Aug 30, 2012 10:57 am
I think the facebook code scans the page and just guesses on which product image to use. You should be able to use a meta tag to control which image to use for facebook. This is something I would suggest adding into the template. You would add something similar to the following into your product template, within the DEFINE MORE_INFO_PAGE section, somewhere between the <head> and </head> tags:
<meta property="og:image" content="[-- IF PRODUCT.MoreInformationGraphic --][-- OUTPUT_DIRECTORY_URL --]/media/[-- IMAGE PRODUCT.MoreInformationGraphic --][-- ELSE_IF PRODUCT.Graphic --][-- OUTPUT_DIRECTORY_URL --]/media/[-- IMAGE PRODUCT.Graphic --][-- END_IF --]"/>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.