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've read many tutorials, and edited the page correctly.I have all the meta tags that are needed to provide the right image to be picked after a like.

I also ran my site through the debug site, and there it shows the right texts and images. Only not when i try to like it, then i keep getting the wrong thumbnail.

How come?

http://www.verkeersschooltilburg.nl/proeflesfacebook/

<meta property="og:title" content="Gratis proefles!"/>

share|improve this question

1 Answer

For right thumbnail to display, when you hit "Like" you must use:

<meta property="og:image" content="http://www.yourdomain.com/yourimage.jpg" />

Maybe it won't work instantly because of cache, try to clear browser cache and wait couple of moments..

share|improve this answer

Your Answer

 
discard

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