If you're receiving a white page you'll need to use this instead:
PHP Code:
<vb:literal><script src="//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.2" async></script>
<div class="fb-video" data-href="https://www.facebook.com/{param}/" data-width="500"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/{param}/"><a href="https://www.facebook.com/{param}/"></a></blockquote></div></div></vb:literal>
then when you use the url you would add the following:
PHP Code:
if the url to your video was:
https://www.facebook.com/uniladmag/videos/1859265807429803/?pnref=story
you would use this:
[fb]uniladmag/videos/1859265807429803[/fb]
.
By the way, if you're using an older version of 4.x.x you'll need to add the following in your style>templates> additional.css
PHP Code:
.fb-video {
max-width: 800px !important;
border: 2px solid grey;
}
specify the max width to your site specs.