How to fix Facebook Incorrect Thumbnail Issue in WordPress
In this tutorial, we show how to fix a Facebook thumbnail issue in word press. You can follow along and learn how to fix it.
Why Facebook is not Picking up the Thumbnail Image
There are many reasons that can prevent facebook from correctly guessing that right thumbnail image.
I have researched this problem thoroughly and have taken the following action.
- 1. Updated image sizes with FB’s new size specifications (560 x 292. I’ve also tried 1200 x 625).
- Used the debugger tool, this fails to flush the image cache.
- Only when I re-run the URL through the debug tool, adding the following, ?fbrefresh=CAN_BE_ANYTHING, does this work. But even then I have to manually upload an image.
Manually Uploading Your Thumbnail Image
If you are sharing an article on your Facebook page, and do not pick up the correct thumbnail, then you click on the upload link to upload the image you want to use.

One important note here, when you upload the image in photo section on Facebook its manually stored in photo section , if you want to delete the photo you can delete the photo . facebook will automatically show the image you uploaded as the thumbnails.
Explicitly Tell Facebook to use thumbnail of your choice
If you are using the word press SEO by Yoast plugin, then you can easily set a specific thumbnail image for Facebook.
When you writing the post and scroll down to Yoast SEO meta box then click on the social tab. You will see a button to upload a thumbnail image for Facebook.
Simply add your facebook thumbnail image there and this will fix the almost every cases.
If you have faced any further trouble issue try to remove all facebook cache.

Using Facebook Debug tool
Facebook Debug tool is the easiest way to troubleshoot issues with Facebook open graph implementation on your word press site .
The most common error you will see:
Provided og:image is not big enough. Please use an image that’s at least 200×200 px. Image ‘http://example.com/uploads/2014/06/some-image-from-article.jpg’; will be used instead.
Facebook use their
Comment
Preview may take a few seconds to load.
Markdown Basics
Below you will find some common used markdown syntax. For a deeper dive in Markdown check out this Cheat Sheet
Bold & Italic
Italics *asterisks*
Bold **double asterisks**
Code
Inline Code
`backtick`Code Block```
Three back ticks and then enter your code blocks here.
```
Headers
# This is a Heading 1
## This is a Heading 2
### This is a Heading 3
Quotes
> type a greater than sign and start typing your quote.
Links
You can add links by adding text inside of [] and the link inside of (), like so:
Lists
To add a numbered list you can simply start with a number and a ., like so:
1. The first item in my list
For an unordered list, you can add a dash -, like so:
- The start of my list
Images
You can add images by selecting the image icon, which will upload and add an image to the editor, or you can manually add the image by adding an exclamation !, followed by the alt text inside of [], and the image URL inside of (), like so:
Dividers
To add a divider you can add three dashes or three asterisks:
--- or ***

Comments (0)