Facebook 点赞按钮,区域设置不起作用

发布于 2024-10-20 09:02:20 字数 608 浏览 1 评论 0原文

用户可以更改我的网页上的语言,我希望根据当前语言更改 fb like 按钮的文本。我使用 iframe 方法并阅读了来自 fb 的文档,但这不起作用:

<iframe
  src='http://www.facebook.com/plugins/like.php?locale=en-US&amp;href=http%3A%2F%2Fwww.example.com&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=recommend&amp;colorscheme=light&amp;height=10'
  scrolling='no' frameborder='0'
  style='border:none; overflow:hidden;
  width:80px; height:80px;'
  allowTransparency='true'></iframe>

我在上面的 src 中设置了 html lang='en-US' 和 locale=en-US ,但文本仍然以我的 Windows 区域设置语言显示。

我做错了什么?

The user can change language on my webpage and I wish to change the text of the fb like button according to the current language. I use the iframe method and have read the documentation from fb but this is not working:

<iframe
  src='http://www.facebook.com/plugins/like.php?locale=en-US&href=http%3A%2F%2Fwww.example.com&layout=button_count&show_faces=false&width=80&action=recommend&colorscheme=light&height=10'
  scrolling='no' frameborder='0'
  style='border:none; overflow:hidden;
  width:80px; height:80px;'
  allowTransparency='true'></iframe>

I have set html lang='en-US' and locale=en-US in the src above but still the text display in my windows locale language.

What am I doing wrong?

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

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

发布评论

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

评论(2

樱娆 2024-10-27 09:02:20

如果我没记错的话(iframe 地址中的 locale=)应该是 en_US 而不是 en-US。

-迈克尔

If i remember right it (the locale= in the iframe address) should be en_US not en-US.

-michael

〗斷ホ乔殘χμё〖 2024-10-27 09:02:20

您可以在此处找到 Facebook 支持的所有区域设置的完整列表:

http://www.facebook。 com/translations/FacebookLocales.xml

祝你好运!

You can find a complete listing of all the locales supported by Facebook here:

http://www.facebook.com/translations/FacebookLocales.xml

Good luck!

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