Facebook LikeBox 插件上的自定义样式 - 可能吗?
我想问 - 是否可以将我的自定义 CSS 应用到 LikeBox 代码中?我希望它像 www.autentika.pl 上一样显示。它是 IFrame、XFBML 还是简单的 HTML 重要吗?谢谢。
I would like to ask - is it possible to apply my custom CSS into the LikeBox code? I would like it to appear just as on www.autentika.pl. Does it matter whether it is an IFrame, XFBML, or simply HTML? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个网站:multipla.tv
这也是在这里完成的。
您应该将旧版本的 fan the box: 添加
到您的网站并包含 js 文件:
在生成 fb likebox 之后,在结束 html 标记之前插入 facebook 给出的代码:
请记住更改您的 setAccount。
还有一想。
在 head 中你应该插入:
init 的参数是你的 id。当您搜索普通 Facebook Likebox 的 iframe 中包含的 javascript 时,您可以找到它。
Look at this site: multipla.tv
This is done here also.
You should add the old version of fan the box:
to you website and include js file:
Just before ending html tag insert code given by facebook after generating fb likebox:
Remember to change the setAccount for yours.
And one more think.
In head you should insert:
The argument of init is your id. You can find it when you search the javascript included in the iframe of a normal fb likebox.
Facebook 故意让这变得困难。您可以通过点击劫持来做到这一点,但如果您被抓住,Facebook 将禁用您的点赞,因为这非常违反他们的服务条款。
Facebook intentionally makes this difficult. You can sort of do it via click jacking but if you get caught Facebook will disable your likes as it is very much against their TOS.