Learn Embedding Facebook Video In Any Webpage

As the Facebook has turned out to be the world's top social networking site and crosses over one billion users recently the features of Facebook also got the importance and popularity with it. Facebook Videos is also such a feature which is getting popularity despite the presence of Youtube. Facebook videos has got lot of popularity in recent times and now a days we also see Facebook Videos embedded in different websites.



Any Facebook user is allowed to upload videos to the Facebook that is not doing copyright violation of anyone.

Embedding Facebook Videos

You can Embed any Facebook Video in any Webpage with help of a HTML Code.

here is the code:

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


as we know there is a unique digit number in the link of every Facebook Video. we have to replace xxx in the above code with that digit number of a video that we are looking to embed.


after replacing xxx by the unique digit number the code is ready to be put in the webpage and video will be embedded in our webpage.

Update: Facebook is now providing option of Embedding Videos which means you no more need to use above code now. Simply go to the Video that you want to embed and click the embed video link.

you will get a code that have to insert in your webpage and that Video will get embedded.


Previous
Next Post »