我在几个网站上看到他们将like按钮嵌入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或网站所有者冒险?
答案 0 :(得分:0)
看起来像iframe的旧嵌入代码。我猜,仍然可以使用,但绝对不建议使用。始终使用Like Button Plugin页面中的代码。 iframe解决方案可能迟早会停止工作,但它肯定不是“反对TOS”;)