diff options
Diffstat (limited to 'views/partials/fb-script.php')
-rw-r--r-- | views/partials/fb-script.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/views/partials/fb-script.php b/views/partials/fb-script.php new file mode 100644 index 0000000..ce5b96a --- /dev/null +++ b/views/partials/fb-script.php @@ -0,0 +1,20 @@ +<script> + window.fbAsyncInit = function() { + FB.init({ + appId : '<?= Config::$fbClientID ?>', + xfbml : true, + version : 'v2.2' + }); + if(window.quillFbInit) { + window.quillFbInit(); + } + }; + + (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>
\ No newline at end of file |