如何让 Facebook Like 按钮按照文档进行操作并使其宽度为 225px?

发布于 2024-12-18 14:43:54 字数 499 浏览 1 评论 0原文

我很惊讶在互联网上没有找到任何关于此的信息。有没有其他人注意到标准的 Facebook Like 按钮不会比 285px 窄,尽管 Facebook 声称最小宽度为 225px?

http://developers.facebook.com/docs/reference/plugins/like/:

布局 - 有三个选项。

标准 - 在按钮右侧显示社交文本 下面是朋友的个人资料照片。最小宽度:225 像素

即使他们的代码生成器/配置器也会在选择 225 像素作为宽度时创建至少 285 像素宽的 iframe 预览。

尽管我尽了最大努力,我还是无法让按钮的宽度低于 285px。任何帮助都会很棒!

I'm surprised to find nothing else on the interwebs about this. Has anyone else noticed that the standard Facebook Like button will not get any narrower than 285px, despite Facebook's claim that the minimum width is 225px?

From
http://developers.facebook.com/docs/reference/plugins/like/:

layout - there are three options.

standard - displays social text to the right of the button and
friends' profile photos below. Minimum width: 225 pixels

Even their code generator/configurator creates an iframe preview that is at least 285 px wide when 225 px is selected as the width.

Despite my best efforts, I cannot get the width of the button under 285px. Any help would be great!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放低过去 2024-12-25 14:43:54

报告文档中的错误。

至于解决方案,请使用带有 overflow:hidden

容器。请注意,您可以选择不同的布局以及选项,例如是否显示面部。

Report bug in documentation.

As for the solution, use <div /> container with overflow: hidden. Notice that there are different layouts that you can select, as well as, options, such as whether to show faces or not.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文