Viewing 9 replies - 1 through 9 (of 9 total)
  • same issue, no idea why i also have error message sometimes, check this :

    https://www.warlegend.net/eso-guide-du-couturier/

    Plugin Author Chuck Reynolds

    (@ryno267)

    I’ve changed it twice and FB keeps changing the order they pull them in so. *shrug*

    Sorry if I am a bit late on the thread. The problem arises from the wording of the setup screen:

    Full URL including https:// to the default image to use if your posts/pages don’t have a featured image or an image in the content.

    This gives the impression that is one of the two: either the featured image or the default.

    I have solved the problem surrounding line 171 of function wpfbogp_build_head() with an if and now reads like this:

    if ( ! empty( $wpfbogp_images ) && is_array( $wpfbogp_images ) ) {
    	$wpfbogp_images[] $options['wpfbogp_fallback_img']; // Add to images array
    }

    and now it works as it should

    Plugin Author Chuck Reynolds

    (@ryno267)

    pushing 2.0.11 today. look for that and us know.

    Since this update, I’m getting the default image listed first, no matter whether there is a picture in the content or a featured image. So the plugin can’t be used anymore with the default setting, as Facebook in any case always shows the default image. Any ideas how to change this?

    Me, too, first og:image is the default image, second og:image is pulled from post. Facebook now displays the default image instead of the pulled image from post. This is happening recently. Anyone know why?

    My problem is that Facebook pulls my thumbs instead of my default logo image: https://monroedesign.se/

    Plugin Author Chuck Reynolds

    (@ryno267)

    @angela – your site.. the source shows: https://media.monroedesign.se/2014/08/600x400_monroe_design_logo_stockholm.jpg
    If Facebook isn’t pulling that try and use their debugger like the plugin mentions. If not… they’ve been force pulling their own images from content lately and ignoring meta tags. I’ve noticed it start last week. Nothing much I can do about that afaik.

    @yoyo @fneumeler reason was many people wanted it that way as FB was pulling the first image. Like I mentioned above they started going other things lately despite what’s in code. Idk if they’re testing stuff again or that’s a permanent change.

    Can you update the plugin to pull an image from the post rather than the default image? Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Doesn't present featured image as first choice?’ is closed to new replies.