Skip to content

Commit

Permalink
페이스북 sdk 언어변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imreplay committed Dec 15, 2018
1 parent 33ae96c commit f068837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/comments-providers/facebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
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#xfbml=1&version=v3.1{% if site.comments.facebook.appid %}&appId={{ site.comments.facebook.appid }}{% endif %}";
js.src = "//connect.facebook.net/ko_KR/sdk.js#xfbml=1&version=v3.1{% if site.comments.facebook.appid %}&appId={{ site.comments.facebook.appid }}{% endif %}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

0 comments on commit f068837

Please sign in to comment.