php - facebook share button showing wrong picture -


{ "id": "242856279230384", "url": "http://plankingaround.com/?id=585", "type": "book", "title": "planking around photos", "image": [   {      "url": "http://plankingaround.com/pics/585.jpg",      "width": 400,      "height": 526   }  ],  "site_name": "planking around photos",  "admins": [   {      "id": "1253531138",      "name": "chuck bridges"   }   ],    "updated_time": "2014-02-01t01:18:35+0000",    "created_time": "2014-01-27t03:57:50+0000",    "is_scraped": true   } 

this facebook graph api saying "provided og:image not big enough. please use image that's @ least 200x200 px. image 'http://plankingaround.com/pics/defaultimage.jpg' used instead." why happening?

it's possible error received old legacy message. 600 x 315 seems new minimum requirement image based on link:

best practices: image size

if og:image specified not meet display requirements, fb grab image highest resolution on page, in case default image.

in case, fb notoriously finicky when comes og:images display. best suggestion try image again different resolution. (1.91:1 aspect ratio recommended.)


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -