Facebook喜欢按钮到Facebook应用程序(看起来不错,但不能正常工作)

问题描述 投票:0回答:1

我试图将Like-plugin添加到Facebook App。我使用了Iframe版本。插件看起来不错,似乎工作,但点击它时,它不会显示用户墙甚至照片中的任何网站信息。我想问题是Facebook无法抓取Facebook App URL,因为Facebook URL Linter告诉我:

https://developers.facebook.com/tools/debug

是否可以添加适当的Facebook喜欢Facebook应用程序?如果是,我应该使用哪个URL? apps.facebook.com/xxxxxxxxxxxx对我不起作用。

我非常感谢您的知识和建议。

我的iframe代码:

<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fapps.facebook.com%2F347303448620703%2F&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=80&amp;appId=347303448620703" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
facebook-like facebook-apps
1个回答
0
投票

您可以从此处生成类似的按钮代码,并将此代码添加到您的应用程序:http://developers.facebook.com/docs/reference/plugins/like/

© www.soinside.com 2019 - 2024. All rights reserved.