|
@@ -426,13 +426,14 @@
|
|
|
|
|
|
|
|
|
<div id="form-right">
|
|
|
- <button id="fb_login" onclick="fb_login()"><img src="./img/logo/facebook.png" alt=""><p><span style="padding-right:5vw; font-size: 25px;">|</span>使用fb填入信箱與姓名</p></button>
|
|
|
- <!-- <div id="fb_login">
|
|
|
+ <!-- <button id="fb_login" scope="public_profile,email"
|
|
|
+ onlogin="checkLoginState();" ><img src="./img/logo/facebook.png" alt=""><p><span style="padding-right:5vw; font-size: 25px;">|</span>使用fb填入信箱與姓名</p></button> -->
|
|
|
+ <div id="fb_login">
|
|
|
<fb:login-button id="fb-button" scope="public_profile,email"
|
|
|
onlogin="checkLoginState();" data-button-type="continue_with" data-size="large">使用FB填入信箱與姓名
|
|
|
</fb:login-button>
|
|
|
<div id="status"></div>
|
|
|
- </div> -->
|
|
|
+ </div>
|
|
|
|
|
|
<input type="text" name="email" id="email" placeholder="請輸入信箱" required>
|
|
|
<input type="text" name="name" id="name" placeholder="請輸入姓名" required>
|