Featured Images not Displaying on Facebook Links
-
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
- The topic ‘Featured Images not Displaying on Facebook Links’ is closed to new replies.