Skip to content

Instantly share code, notes, and snippets.

@alexanderjsingleton
Created August 29, 2016 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderjsingleton/dab6c6efd6dc4cc2a66cdbd311e5deab to your computer and use it in GitHub Desktop.
Save alexanderjsingleton/dab6c6efd6dc4cc2a66cdbd311e5deab to your computer and use it in GitHub Desktop.
WordPress * Facebook360 Integration for Embed
<script>window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v2.5'
});
}; (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 = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
&nbsp;
<div class="fb-video" data-href="https://www.facebook.com/video.php?v=652159404932078" data-width="720" autoplay="true" data-allowfullscreen="true"></div>
@alexanderjsingleton
Copy link
Author

alexanderjsingleton commented Aug 29, 2016

For more information, checkout Facebook for Developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment