-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
The Facebook JS SDK is loaded at
Lines 70 to 86 in c62010e
| <!-- Facebook SDK for JavaScript --> | |
| <script> | |
| window.fbAsyncInit = function() { | |
| FB.init({ | |
| appId : '589495744558280', | |
| xfbml : true, | |
| version : 'v2.6' | |
| }); | |
| }; | |
| (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')); |
Line 36 in c62010e
| <meta property="fb:admins" content="elotroalex" /> |
Is it safe to remove it? Or could its inclusion be made conditional on having the config present in _config.yml?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels