脸书计数箱
我想为我的网站添加一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此页面中,有一个样式选项...选择您喜欢的一个:
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/"
我相信这就是 Facebook 自定义 Like 控件的工作原理。您可以更改布局样式,我相信您想要的样式是
button_count
。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
.