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 trying to share this video on facebook and i dont see the thumbnail and play button in my wall. i think that all of the og metatags are here and it used to work. can anyone spot the problem?

Thanks,

http://www.kaltura.com/index.php/extwidget/openGraph/wid/0_8km066su#.UThlE42n0M8.facebook

share|improve this question
Fix the warnings: developers.facebook.com/tools/debug/og/… – CBroe Mar 7 at 10:57

2 Answers

up vote 2 down vote accepted

Try the following:

  1. never leave the description empty.

  2. add og:url meta property.

meta property="og:url" content="http://www.kaltura.com/index.php/extwidget/openGraph/wid/0_8km066su#.UThlE42n0M8.facebook"

  1. put the secure URLs directly in the og:image and og:video meta properties and remove the og:video:secure_url and og:image:secure_url meta properties.

meta property="og:video" content="https://www.kaltura.com/kwidget/wid/0_8km066su/entry_id/1_d5o9twuk/ui_conf/8700151

meta property="og:image" content="https://cdnbakmi.kaltura.com/p/1281471/sp/128147100/thumbnail/entry_id/1_d5o9twuk/version/100001"

share|improve this answer

The problem was with the image size -- looks like facebook need minmum 200x200 thumbnail - thanks @alexi

share|improve this answer

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.