Meta Tags & Facebook
- Fallin-Again
-
Fallin-Again
- Member since: Aug. 24, 2004
- Offline.
-
- Forum Stats
- Member
- Level 11
- Blank Slate
Hey guys, yesterday I started doing the meta tags for open graphics on facebook to show a default image, and to load videos when shared. The problem is when I share a video it wont play (right clicking says the video failed to load). The general URL i try to share for testing is http://www.ividsonline.com/videop/1 . Here is my code:
<meta property="og:image" content="http://www.ividsonline.com/<?php echo($pic_link); ?>"/>
<meta property="og:title" content="<?php echo($artist.' - '.$title); ?>"/>
<meta property="og:type" content="movie"/>
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video" content="<?php echo($full_link); ?>" />
<meta property="og:video:width" content="640" />
<meta property="og:video:height" content="360" /> yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea yea
- NinoGrounds
-
NinoGrounds
- Member since: Nov. 28, 2005
- Offline.
-
- Forum Stats
- Member
- Level 19
- Programmer
I guess we're not familiar with Facebook integration here. I mean, not that familiar. Explain some more, give us some links etc
- Astronomic
-
Astronomic
- Member since: Nov. 3, 2011
- Offline.
-
- Forum Stats
- Member
- Level 01
- Blank Slate
http://developers.facebook.com/docs/open graph/
At the very bottom it covers how to integrate video.
If everything checks out there, check how you're handling the video code.


