我的网站发布后https://master-detector.com/apps/dhinchak-pooje-crush 然后登录Facebook 继续作为“姓名”
有一个按钮。我想做onclick动作。 我正在尝试下面的代码
<script>
$(document).on('click', '.fb-login-button', function() {
$('.quizAnalyse').show();
doQuiz();
});
</script>
但由于我认为iframe不起作用。有人可以帮帮我吗?
Html代码
<div class="quiz-action" id="btnSubmit">
<div scope="public_profile,user_posts" class="fb-login-button" data-max-rows="10" data-size="large" data-button-type="login_with" data-show-faces="false" data-auto-logout-link="false" data-use-continue-as="true" onlogin="checkLoginState();"></div>
<!--fb:login-button scope="public_profile,user_posts" onlogin="checkLoginState();">
</fb:login-button-->
</div>