[ad_1]
Hello,
I came across an issue: Whatsapp and Signal also use the OG Data to select a preview image. But the default image size ‘full’ is too big, so no image is shown. Changing the size to ‘large’ fixes the issue since it serves a smaller image.
I am not sure if ‘full’ is really useful in the og data anyway – but it would be helpful to at least make the size configurable somewhere 🙂
My current solution is to run sed after each upgrade (which is managable but slightly inconenient)
sed -i -e "s;'full';'large';g" class-iworks-opengraph.phpGreetings, Ulrich
