How to get the Facebook Videos Embed Code

I realize to add this article because I also suffering to add Facebook videos to my web site but no way to find the embed code (Script). So I found a method to do it you also try to add Facebook videos to your sites or blog.

First Find the ID of the Video



Then replace each “xxx” value with that Id. In below code, that is video embed code. Place it where you want to add that video.


<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>



Share with Your Friends

Top 5 this Week