Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter yardhype

    (@yardhype)

    Was told that maybe the problem is here:

    <meta property=”og:image” content=”URL” />

    How do i fix?

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    When you share a post on Facebook, or when Jetpack Publicize publishes a post to your Facebook page, Facebook crawls the page and looks for Open Graph meta tags in the head to build a complete post preview (with an image, title, description, …).

    Jetpack automatically adds these meta tags for you, unless you already use another plugin to manage Open Graph meta tags. Looking at your site, you seem to be using another plugin to handle Open Graph, so Jetpack doesn’t have any control over the look of your posts on Facebook.

    I would suggest that you review your list of active plugins, find out which one of them is used to manage Open Graph meta tags, and contact the plugin author for more help.

    I hope this helps.

    Thread Starter yardhype

    (@yardhype)

    I would suggest that you review your list of active plugins, find out which one of them is used to manage Open Graph meta tags, and contact the plugin author for more help.

    thanks for explaining that.

    I disabled plugins but no success in doing so.

    Thread Starter yardhype

    (@yardhype)

    this problem was not resolved.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You still seem to be using another plugin to handle Open Graph meta tags. It will be one of the plugins listed here:
    https://plugins.trac.www.ads-software.com/browser/jetpack/tags/2.6.1/class.jetpack.php#L571

    Once you find out which plugin controls Open Graph tags on your site, you should be able to configure it to display them properly.

    If you do not use any of these plugins, you will need to look at your theme’s functions.php file, and make sure that you didn’t add any filter to deactivate Jetpack’s Open Graph meta tags. Such filter would look like this:

    add_filter( 'jetpack_enable_open_graph', '__return_false', 99 );

    Thank you Jeremy, you have just resolved a problem I had on the back burner… Yoast gives you a whole page of handy settings to take that over with and mess up at will, so it was easily fixed.

    @yardhype, I believe that you intended to say in your initial post that you are using all-in-one-seo, and you will notice that it is on the “list of evil plugins” in Jeremy’s code. I suggest moving to Yoast, who has a handy export/import tool so that your valuable efforts in A-I-1-SEO (which we used to use too) will not be lost.

    Good luck, hope to see your issue closed soon.

    Kurt

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You will notice that it is on the “list of evil plugins” in Jeremy’s code

    I would probably not say “Evil plugins” ?? All these plugins (including WordPress SEO) are good at what they do, which is adding Open Graph Meta tags to posts. We created that list so Jetpack doesn’t stay “in the way”; if you already use a plugin to manage Open Graph meta tags, you probably don’t need an extra set of Open Graph tags. ??

    gidradiony

    (@gidradionygmailcom)

    i’m having the same problem I believe i removed all plugins necessary…. I still have jetpack however, but its still not working. This is my site https://gidradio.com

    I use Bresponsize as my theme

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    @gidradiony Could you please start your own thread, as per the Forum Welcome?
    https://www.ads-software.com/support/plugin/jetpack#postform

    Thank you!

    Thread Starter yardhype

    (@yardhype)

    To solve my problem i had to go into the theme’s head code and delete all the facebook coding that were there, this seemed to fix my problem.

    Hi, I’m having the same problem. Whenever any of my blog posts are shared on a Facebook page, it includes in the share an image from the top of my sidebar, not the featured image of the post in question.

    I have Jetpack enabled, and I looked in the underlying source code for one of my blog posts and saw this tag:

    <meta property=”og:image” content=”https://www.justaquickpeek.com/wp-content/uploads/2014/04/dads-message-date-my-daughter.png&#8221; />

    That image URL, “dads-message-date-my-daughter.png”, is my specified featured image for the blog post in question.

    But when that blog post is shared on Facebook, a different, unrelated image is still displayed in the share.

    I have checked and there are no instances of this tag:

    add_filter( ‘jetpack_enable_open_graph’, ‘__return_false’, 99 );

    Anywhere in my functions.php file.

    Can anyone please advise me on how to fix this and make my featured images display on Facebook when someone shares any of my articles?

    I would be very grateful, this problem has become very frustrating. Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Facebook etc showing wrong thumbnail image for posts on my website’ is closed to new replies.