I’m using the Facebook head tags to generate specific title, description and images when they want to share a link in their Facebook page, it looks like this:
<meta property="og:title" content="title" />
<meta property="og:description" content="description" />
<meta property="og:image" content="thumbnail_image" />
But if I try to share my link it doesn’t pick them up, it just shows the default info. If I look in the source code the meta tags are formatted correctly so I’m not sure what am I doing wrong.
Thanks in advance!
Try the Facebook Debugger to see what’s wrong with your page:
http://developers.facebook.com/tools/debug