Want to embed a video from Facebook? This is how it works:
Open the video from Facebook in a new window. Copy the number in the url ‘https://www.facebook.com/photo.php?v=123456789’
Replace in the code below the xxxxxxxxxxxxx with the copied number.
Now you’ve got an embedcode for Facebook-video’s.
<object width=”400″ height=”245″ >
<param name=”allowfullscreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”movie” value=”http://www.facebook.com/v/xxxxxxxxxxxxx” />
<embed src=”http://www.facebook.com/v/xxxxxxxxxxxxx” type=”application/x-shockwave-flash”
allowscriptaccess=”always” allowfullscreen=”true” width=”400″ height=”245″>
</embed>
</object>
