• Resolved wdmerriman

    (@wdmerriman)


    I have OpenGraph tags are getting added twice: https://prntscr.com/8s390a, one from theme & another from the Jetpack, that’s why it confuses the Facebook. You may like to disable the Jetpack OG module?

    The fastest way to fix the problem is to strip Jetpack’s unnecessary <og:…> tags from your header. Add this line to your theme’s functions.php file (solution originally published by Yoast a few days ago):

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

    I did do this and I think I did it right.

    It is still doing the same thing thumbnail do not show on Facebook or Google+

    I even added Manual Control for Jetpack but nothing happened

    Help! Thanks

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You seem to be using an old filter. jetpack_enable_opengraph was deprecated, in favor of jetpack_enable_open_graph. Try the following instead:

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

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Images not Displaying on Facebook Links’ is closed to new replies.