Open Graph Image is wrong or missing
-
Hello,
I started using your nice plugin, but found a problem. I refer to Open Graph Integrator. I enabled it and after reloading, I see different meta entries like “og:”.
However, I’m missing “og:image”, so I tried to enable a default image and after reloading it will be shown on every article. It looks a little bit strange, because the most article have several pictures. How do your plugin check for article picture?
Before starting with SEO plugin, I used some code in my header.php for Open Graph like
>>>
<?php if (is_single()) { ?>
<meta property=”og:locale” content=”de_DE”/>
<meta property=”og:type” content=”article” />
<meta property=”og:title” content=”<?php single_post_title(”); ?>” />
<meta property=”og:image” content=”<?php if (function_exists(‘catch_that_image’)) {echo catch_that_image(); }?>” />
<meta property=”og:site_name” content=”<?php bloginfo(‘name’); ?>”/>
<?php }
<<<With that, I see for every article the correct image. Is something wrong with my blog: https://blog.blackseals.net or is there a bug with your plugin (and new WP version)?
Please for help.
regards, Andyt
- The topic ‘Open Graph Image is wrong or missing’ is closed to new replies.