Skip to content

Commit 5070d58

Browse files
authored
Merge pull request #6 from HarryEMartland/fixFacebookApiInGa
Fixes using facebook api in GA
2 parents e54912e + 92ff09e commit 5070d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- End Google Tag Manager (noscript) -->
3939

4040
<div id="fb-root"></div>
41-
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v8.0&appId=237112290739662&autoLogAppEvents=1" nonce="fagP3uUO"></script>
41+
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js" nonce="fagP3uUO"></script>
4242

4343
<div class="jumbotron text-center" id="header">
4444
<div class="mobileLogo">

0 commit comments

Comments
 (0)