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 can't find an answer to this question anywhere. Somebody else asked a similar question: ( Facebook Timeline Flash Embed Dimensions ) but it wasn't really answered satisfactorily.

I have a url that I embed on the news feed. It has these open graph tags:

<meta property="og:video:height" content="393" /> 
<meta property="og:video:width" content="386" />

When I post it on the news feed, it is sized correctly:

http://screencast.com/t/9h6P4Z5WQt

when I post it on the timeline, it is all wrong, almost half of the thumbnail and video is clipped, and there is clearly enough width available to display it properly.

http://screencast.com/t/i1zk74IY

I can't find documentation on this anywhere.

share|improve this question
I think I've figured this out....on the timeline, there is a menu item "resize", that when clicked, loads the video in a way that is "correct". I suppose this is a workaround until Facebook figures out something better. – Musical Shore Feb 5 '12 at 23:49

1 Answer

There is a bug on facebook about this: https://developers.facebook.com/bugs/146723312105682

It's still not fixed.

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.