粉丝页面的 Facebook Like 按钮 - 无法创建简单的按钮
是否可以为粉丝页面创建简单的“赞”按钮?当我创建官方“赞”按钮时,在表单中插入我的粉丝页面 URL 时,它总是生成带有图像和页面标题的按钮,因为它是“赞”框而不是“赞”按钮。我只想要简单的“喜欢”按钮,仅带有“喜欢”标签和用户计数。 这是一个问题或默认行为,还是只是我的误解? 感谢您的建议 托马斯·泰歇尔
is it possible to create simple Like button for fan page? When I create official Like button, insert my fan page URL in form, it always generate button with image and page title as it is Like box not Like button. I just want simple Like button only with "Like" label and users count.
Is this an issue or default behavior, or just my misunderstanding?
Thanks for advice
Tomas Teicher
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您的意思是您想要此按钮吗?http://developers. facebook.com/docs/reference/plugins/like
或者,您可以使用 AddThis 小部件 - 他们甚至为您提供分析。
http://www.addthis.com/
我使用此网站上的小部件:http://muamalat.com.my/consumer-banking/financing/mortgage/< /strike>我一定是误读了你的问题。在这种情况下,我只遇到过这个: http://developers.facebook .com/docs/reference/plugins/like-box/
取消选中显示面孔、流和标题;这是你能得到的最干净的。这是您要找的吗?
我认为 AddThis 没有您所说的功能。 :)
Did you mean you want this button?http://developers.facebook.com/docs/reference/plugins/like
Alternatively, you may use AddThis widget - They even provide analytics for you.
http://www.addthis.com/
I use the widget on this website: http://muamalat.com.my/consumer-banking/financing/mortgage/I must have misread your question. In that case I've only come across this: http://developers.facebook.com/docs/reference/plugins/like-box/
Uncheck show faces, stream and header; that's the cleanest you could get. Is this what you're looking for?
I don't think AddThis has that feature you speak of. :)
仅显示“点赞”按钮本身的一种方法是通过将
iframe
尺寸设置为按钮的大小来隐藏按钮的顶部:60x20。One way to only show the like button by itself is to hide the top part of the button by setting the
iframe
dimensions to the size of the button: 60x20.如果您使用 Iframe,则需要放置 http 或 https: 因为 >iframe 开头为
,并且您需要放置
上面的答案确实帮助我找到了这一点。
If you are using Iframe you need to place an http or https: because >iframe starts as
and you need to place
The above answer did help me in finding that out.
如果我读得正确,那么绝对有可能:
https://developers.facebook。 com/docs/reference/plugins/like/
输入您的页面网址,例如:https:// www.facebook.com/bladauhu
(这是我自己的页面)
取消选中发送按钮,使用布局样式“button_count”,取消选中显示面孔。其余部分保持原样,然后单击“获取代码”按钮。使用 HTML5 或 XFBML 版本。
对我来说,这就像其他所有网站一样,它显示 Facebook 页面的正确点赞数。没有额外的图片,只有简单明了的“赞”按钮。
If i read this correct, then it is definitely possible:
https://developers.facebook.com/docs/reference/plugins/like/
Put in your Page URL, for example: https://www.facebook.com/bladauhu
(that is my own page)
Uncheck Send Button, use Layout Style "button_count", uncheck Show Faces. Leave the rest as it is and click on the "Get code" button. Use the HTML5 or XFBML Version.
For me, this works just like every other Website and it shows the correct number of likes from the Facebook Page. No additional Images, just the plain and simple Like button.
将 data-layout='button_count' 添加到 HTML5 版本对我有用:
Adding data-layout='button_count' to the HTML5 version worked for me: