I followed instruction in facebook to integrate the feature Facebook Login into my forumtion but it didn't work. I do the following things:
- Create the widget containing the code provided from facebook:
- Copy the same content to JavaScript and HTML.
However, Facebook Login did not appear into my website: www.luyentoeicvn.com
Please help me solve the problem
- Create the widget containing the code provided from facebook:
<div id="fb-root"></div>
<script>(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/vi_VN/sdk.js#xfbml=1&appId=1511632779094212&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-login-button" data-max-rows="1" data-size="medium" data-show-faces="false" data-auto-logout-link="false"></div>
- Copy the same content to JavaScript and HTML.
However, Facebook Login did not appear into my website: www.luyentoeicvn.com
Please help me solve the problem