大家好
我今天要問的問題是,
facebook like btn 按下讚後,會有再次確認的問題。
應該是要 按下讚的按鈕後,就直接結束,而不要再次確認,
我google 後,大部分都是這個方法,
在 <head> </head> 內塞入,
<meta property="fb:admins" content="user_id"/>
<meta property="fb:app_id" content="app_id"/>
user_id 跟 app_id ,都已經拿到,但加入這兩行後,
還是要再次確認
這實在是很煩惱阿
請大家指點迷津
謝謝大家。
完整CODE:
iframe tag 內容是從,android develop 拿到的,所以應該不會有錯。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<meta content='xxxx' property='fb:app_id'/>
<meta content='social-cookbook:recipe' property='og:type'/>
<meta content='https://www.facebook.com/pages/
%E7%8E%8B%E5%BF%83%E5%87%8CCyndi-Wang/115291309774?fref=ts'
property='og:url'/>
<meta content='' property='og:title'/>
<meta content='' property='og:image'/>
<meta content='xxxx' property='fb:admins'/>
<title>page title</title>
</head>
<body>
<iframe src="//www.facebook.com/plugins/like.php?
href=https%3A%2F%2Fwww.facebook.com
%2Fpages%2F%25E7%258E%258B%25E5%25BF%2583%25E5%2587%258CCyndi-Wang
%2F115291309774%3Ffref%3Dts&width&layout=button&
action=like&show_faces=false&
share=false&height=35&appId=xxx"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
height:35px;" allowTransparency="true">
</iframe>
</body>
</html>