I noticed recently, when a customer "Likes" a blog post on either store in my 3.40 site, that the same og:image value is used for both of my stores:
<meta property="og:image" content="http://www.store1.com/content/images/thumbs/0001519.jpeg" />
...and...
<meta property="og:image" content="http://www.store2.com/content/images/thumbs/0001519.jpeg" />
I tried hard-coding another og:image tag below where they are generated in the root.head.cshtml of my store2 theme, hoping it would override the one that is automatically generated, but still when a user Likes the blog post on store2, the logo from store1 is passed to facebook...this is bad because a customer thinks they are recommending one store on their facebook, but instead, it looks like they are recommending a different one to their friends....
The image being used for the og:image seems to be the same one we defined as the logo to appear on the PDF invoice for orders at store1, so we also need the og:image tag generated for our second store to use the defined pdf logo image for store 2 in the same way.
How can I change this?
Thanks,
Steve