Facebook is the biggest social networking site and lots of people share their favorite videos on it. But, it is lacking a very basic feature of embedding the videos on somewhere else like blogs/website or just to share with the people who are not the Facebook users. May be , it is because of privacy problem or to avoid spams but it is one of the most wanted feature on Facebook. But now there is a solution for this problem.


How to Embed a Facebook Video to your Web Site/Blog

Every video available on Facebook has a unique ID that you can find in the browser’s address bar as shown in the image below (look for the value of parameter "v").

HOW TO : Embed Facebook Videos In Blog Posts
Copy that number and replace it with xxx in the code below. You can also adjust the height and width of the Facebook video to embed in your blog or website.

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

After that paste the code where you want to embed the Facebook video. To see an example of embedded Facebook video, Click Here

Facebook also does not provide the facility to download the Facebook videos. Soon, I will make a post on how to download a Facebook video. So, keep visiting for lots of interesting stuff.
 
Top