Skip to content

Commit

Permalink
Facebook API url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed May 11, 2019
1 parent 3962f1a commit 0a45f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/facebook-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const FACEBOOK_CODE = `<script>
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/LOCALE/sdk/xfbml.customerchat.js";
js.src = "https://connect.facebook.net/YOUR_LOCALE/sdk/xfbml.customerchat.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>`;
Expand Down

0 comments on commit 0a45f2d

Please sign in to comment.