I use OpenGraph tags, so when I share my page on Facebook or Google+, these services will know which image should be displayed in the sharing dialog.
<meta property="og:title" content="Best Site Ever" /> <meta property="og:description" content="This website rules" /> <meta property="og:image" content="http://example.com/image.png" />
Both services displayed the correct image, but I changed the image (and file name) in og: image. Only Facebook shows the new image, after launching it through its URL debugger. Google+ shows the old image, I also run my URL through my debugger, but the image will not be updated. Does anyone know why?
html facebook opengraph google-plus
David stampher
source share