Embedding Facebook video is now as simple as embedding YouTube video. To embed a Facebook video
- Go to the video page. The url of FB video looks like https://www.facebook.com/video/video.php?v=304806906214869.
- Their will be s link “Embed this video” after the video, at right hand side the window.
- Copy the code and paste it as html and publish it.
the code will look like:
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="movie" value="http://www.facebook.com/v/304806906214869" /><embed span="" pre="embed " />src="http://www.facebook.com/v/304806906214869" type="application/x-shockwave-flash" allowfullscreen="true" width="400" height="300"></object>
If you are unable to see the link “Embed this video” then copy the Video Id (e.g. video id for the above url is 304806906214869) and put the id in above code and publish the article.
You may add any Facebook video by this method. The only condition is the privacy of the video is set to be public.
Here is a silent how-to video. I hope it will help a little bit.
Comments