Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chomo

    (@chomo)

    Everything is okay when I edit line 156 of the file ‘wp-facebook-ogp.php’ from :

    $thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' );

    to :

    $thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );

    The large image is ok, and Facebook re-size it automatically

    Plugin Author Chuck Reynolds

    (@ryno267)

    Fixed in the beta referenced in the pinned topic in the forum. needs more testing but feel free to help test.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘og:image too small’ is closed to new replies.