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'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!

share|improve this question

1 Answer

up vote 1 down vote accepted

Try the Facebook Debugger to see what's wrong with your page: http://developers.facebook.com/tools/debug

share|improve this answer
That's strange it says I should explicitly provide the title, description and other values but if you look at the source code they're there, this is the url I'm testing: mrgreen.medialounge-dev.co.uk/properties/100478000046 – javiervd Jan 24 '12 at 23:28
Mm I see the problem is that they're trying to pull the metadata from mrgreen.medialounge-dev.co.uk/properties not mrgreen.medialounge-dev.co.uk/properties/100478000046 not sure why.. – javiervd Jan 24 '12 at 23:30
Oh the problem's that I'm using a canonical url to that link, I removed it and it's working fine now thanks! – javiervd Jan 24 '12 at 23:34

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.