First I want to thank Jumbo for the great plugin.
I have the following question:
The pictures of my products are 1000x1000 pixels. When shared on Facebook, the top and bottom of the photos are missing. Accordingly they look very bad. Is there salvation for this?
The only thing I have as an idea is that maybe the product picture should be less than 400x400 pixels. Then the photo will remain on the left and the text on the right.
I do not know. Please give an idea.
Something else - I noticed is that Facebook has a problem with the weight of the product if it's in kilograms.
I do not know why, but the following data is provided: weight: units "content =" KG" (in capital letters).
So I have to make the following changes to the vmogmetatag.php:
from:
$this->setData('product:weight:units', $product->product_weight_uom);
to:
$this->setData('product:weight:units', strtolower($product->product_weight_uom));
Once again I thank you for the plugin. I've tried many others (including some have bought), but this plugin is, in my opinion, the best.