大家好
我今天要问的问题是,
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>