How to embed Facebook Video on your site

We have seen that share on Facebook is more likely to do so by email, And it is clear that although there are specialized sites like Flickr and Picasa photo or video like YouTube , everyone shows things in the most popular social network .

that Facebook is not formally incorporated into a way to share videos, but from the Digital Inspiration site we offer a way Facebook embed videos on your website or in any forum , in simple steps.

What you need to do is go to the video you want to embed and copy the video ID , which is a number which is the last of the URL , as in http://www.facebook.com/photo.php?pid = 13456494 & id = 6367454761 # / video / video.php ? v = 99509389761

After copying the number, we insert the following code to replace the three XXX, and then copy all that code to embed the video on any page, as we usually do with YouTube videos:

<div class="youtube-video"> <object width="400" height="224" >  name="allowFullScreen" <param value="true" > < / param >  name="allowscriptaccess" <param value="always" > < / param >  <param name="movie" value="http://www.facebook.com/v/xxx" > < / param >  <embed src = " http://www.facebook.com/v/xxx "type = "application / x -shockwave -flash "    allowscriptaccess = "always" allowFullScreen = "true "width = "400 "height = "224" > < / embed >
< / object> < / div >