I have a webpage with some standard open graph meta tags for Facebook. My problem is that if I place a link to the page in a facebook status message it shows only 2 of 5 images. The 2. and the 3. but not the others.
My first thought was: I did something wrong so I checked the page with the FB Debugger but there it shows all images. I waited a week now but the problem did not solve it self.
Any thoughts on this?
This bug might be related, but it also has no solution: https://developers.facebook.com/bugs/107341092730662
The issue is related to the dimensions of images you provide. The images that omitted from appearance in feed are those having ratio of sides more than 3:1.
The page you provided have 5 images (those with ratio more than 3 will not be used by Like Button):
There point is to avoid usage of too long or too wide images that may not be suitable for displaying in small sizes in feed.