TOS 允许 FB iframe 之类的按钮吗?
FB iframe like button is permitted by TOS?
我在几个网站上看到他们将赞按钮作为 iframe 嵌入,而不是 Facebook 推荐的标准 fb-like 标签。它看起来像这样:
<iframe src="//www.facebook.com/plugins/like.php?href=PUT_URL_HERE&width&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
这种做法是 Facebook 允许的还是网站所有者有风险?
看起来像带有 iframe 的旧嵌入代码。我想应该仍然有效,但绝对不推荐使用。始终使用 Like Button Plugin 页面中的代码。 iframe 解决方案可能迟早会停止工作,但绝对不会 "against the TOS" ;)
我在几个网站上看到他们将赞按钮作为 iframe 嵌入,而不是 Facebook 推荐的标准 fb-like 标签。它看起来像这样:
<iframe src="//www.facebook.com/plugins/like.php?href=PUT_URL_HERE&width&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
这种做法是 Facebook 允许的还是网站所有者有风险?
看起来像带有 iframe 的旧嵌入代码。我想应该仍然有效,但绝对不推荐使用。始终使用 Like Button Plugin 页面中的代码。 iframe 解决方案可能迟早会停止工作,但绝对不会 "against the TOS" ;)