Hi

I'm new on drupal and i trying to use this modulo to show thumbnails on facebook, bug on testing in show this error "og:image should be larger" Provided og:image is not big enough. Please use an image that's at least 200x200 px.

Please some help.

Comments

DeeDeeJazz’s picture

You should use a larger image of atleast what it says, or add a resize to your thumbnail image preset to atleast 200 * 200 . This worked for me.
saw a solution here : https://drupal.org/node/1720716 but I do not want to hack the module.

Michael_Lessard_micles.biz’s picture

I get the same error though my default image is a .jpg 335 pixels wide and 393 high, using a full URL.

Ps : with version 6.x

Revathi Manohar’s picture

Hi ,
I am having the same problem.what I did is alter the view of the og:image token.then i added the custom image cache to the og image.use hook_metatag_metatags_view_alter().