脸书计数箱

发布于 2024-10-30 21:46:18 字数 238 浏览 0 评论 0原文

我想为我的网站添加一个 Facebook Like 按钮。我想创建一个在按钮右侧有一个按钮计数的按钮。

仅当我使用自己的网址创建一个时,显示样式才会发生变化,并且它会给出点赞的内联计数。我不想那样。我希望计数显示在按钮右侧。

有人知道该怎么做吗?因为例如,如果您在 Like 生成器中输入“http://betaalsociaal.nl/”,它会执行另一种显示样式,然后如果我执行另一个网址。这是为什么?

提前致谢

I want to get a Facebook Like button for my site. I want to create one with a button count to the right of the button.

Only if i create one with my own url the display style changes, and it gives an inline count of the likes. I dont want that. I want the count to display to the right of the button.

Does someone knows how to do that? Cause for example if you type in 'http://betaalsociaal.nl/' in the Like generator it does another display style then if i do another url. Why is that?

Thanks in advance

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

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

发布评论

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

评论(2

酸甜透明夹心 2024-11-06 21:46:18

在此页面中,有一个样式选项...选择您喜欢的一个:
http://developers.facebook.com/docs/reference/plugins/like/

你想要的是button_count。

如果您想以编程方式知道您的页面有多少个赞,您可以使用 JSON 对象:“https://graph.facebook.com/?ids=YOURPAGEURL/”

In this page, there's an option for styles... pick one you like:
http://developers.facebook.com/docs/reference/plugins/like/

The one you want is button_count.

If you want to know how many like's your page has programmaticly, you could use the JSON object:"https://graph.facebook.com/?ids=YOURPAGEURL/"

奈何桥上唱咆哮 2024-11-06 21:46:18

我相信这就是 Facebook 自定义 Like 控件的工作原理。您可以更改布局样式,我相信您想要的样式是 button_count

<fb:like href="" layout="button_count" show_faces="false" width="450" font=""></fb:like

I believe that is just how Facebook's custom Like control works. You can change the layout style, I believe the style you're after is button_count.

<fb:like href="" layout="button_count" show_faces="false" width="450" font=""></fb:like
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文