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” />
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.