I am setting up a blog and it contains a like button. With this button you can like a post. Problem is, when I like the post a popup shows up with a random picked image on my website. Now I've looked into the meta tags of facebook and I filled them all 6 with content but still, when clicking the like button that same random image shows up. How can I control this image when I click the "like" button?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Include the following meta tag in your site:
More info about open graph images can be found here. After changing the image, Facebook needs time to update this information due to caching. |
||||
|
|
That is because when you change facebook's og (open graph) tags, you cannot see the change immediately, but only when their scraper refreshes the page. Try putting the url through their debugger. If the image here is the one you set up as shared image, then you just have to wait for facebook cache to refresh :) |
||||
|
|