0
votes

I've setup my meta tags exactly like vimeo and am able to post swf files onto my profile and page. It works great and looks the same as when sharing a vimeo video.

The difference is that vimeo/youtube are able to have large thumbnail filling the maximum width and height of a highlighted box. When I highlight mine it keeps the same thumbnail and height and stretched the width of the text to two columns.

I have the same meta tags as vimeo (which does the same as youtube) so I'm sure I have everything setup correctly. My only explanation is that facebook maybe generating the first frame of the FLV the swf tries to load. My swf file does not load one...

Has anyone tried to do something similar? Any help is much appreciated.

1

1 Answers

0
votes

I just can say eg for youtube, it is not a new picture, or rendered swf. It is just the original thumbnail image from youtube which is scaled by facebook:

PROOF:

I shared: youtube.com/watch?v=UPA3bwVVzGI

on the youtube source we have:

meta property="og:image" content="http://i2.ytimg.com/vi/UPA3bwVVzGI/mqdefault.jpg"

now on facebook for un-highlighted the image is:here

and for highlighted it is:here

look at the url get variables; image is upscaled by facebook not youtube!!!!

I GUESS:

perhaps it is an exception from facebook for youtube and vimeo!!?? I don't know, just guessing.

Someone suggested on web to set og:video:width and og:video:height . but it didn't work for me.

good luck