Reputation: 101
I get the thumbnail image to work, but the title and description is not the same as I write in. Also the Title is my old title to the page. Does Facebook have some timeout on changing the material?
<meta property="og:image" content="http://mypage.se/images/mypic.jpg"/>
<meta property="og:title" content="My title" />
<meta property="og:description" content="I use UTF-8 ÅÄÖ" />
Upvotes: 2
Views: 3308
Reputation: 965
The Facebook crawler does cache everything he comes along. But I think you can override its cached data when using their debugger:
https://developers.facebook.com/tools/debug
Upvotes: 4