• Hi

    When the plugin shares video posts, it picks up the banner on the right, instead of picking up the OG image. When I post that link directly to fb page, it is always right. When I use other similar plugins, it works as well.

    But your plugin always gets it wrong and this reduces my engagement ??

    see example here:

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • If you already set og:image for your posts,then please comment the line at menu.php file(line number 77) of WP2Social Auto Publish,

    add_action(‘wp_head’, ‘xyz_fbap_insert_og_image_for_fb’);
    change to ,
    //add_action(‘wp_head’, ‘xyz_fbap_insert_og_image_for_fb’);
    This function is added to set featured image/first image from post content as og:image while Facebook fetch the post url.
    Multiple og:tags might be resulting in wrong thumbnail image.
    If you are unable to change the code or need any assistance, please let us know.
    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Video posts pick up wrong image’ is closed to new replies.