How do I to retrieve product image for product display og:image metatag?
I am using the metatag module and there is no problem to retrieve fields of the very node displayed. However, I cannot find how can I use the field_product_image of the product entity to use as a token for the Open Graph Protocol image attribute.
As I can use "regular" fields, I have added the issue here, and not in the metatag issue queue.
I have tried these toekns which I have found uner "Browse available tokens":
[node:field-product:1:field-product-image:?]
[node:field-product:1:field_product_image]
Also tried:
[node:field-product:1:field-product-image:0]
(referring to the first item in the array).
Any clue? Thanks!