FACEBOOK VIDEO EMBED SCRIPT

Given below is the code to embed Facebook video in a website or blog. Just change the URL of the video marked in red in the illustration. This page is copy protected and only code from box can be copied. Adjusting width is optional.

COPY CODE FROM BOX:


ILLUSTRATION:

<!-- CODE begins here. COURTESY: iframeshare.blogspot.com -->

<div style="text-align: center;">

<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.12';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div class="fb-video" data-href="https://www.facebook.com/mml247/videos/1203030433087959/" data-show-text="false" data-width="320"></div>

</div>

<!-- CODE ends here -->



Video will look like this: