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.

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?

share|improve this question

2 Answers

Include the following meta tag in your site:

<meta property="og:image" content="path-to/mylogo.png" />

More info about open graph images can be found here. After changing the image, Facebook needs time to update this information due to caching.

share|improve this answer
Ok, then I'll wait some time to let fb update the cache and check again tomorrow. – Erik van der Bas Jan 23 '12 at 14:53

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 :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.