本文介绍了定制facebook like-box的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想自定义我的Facebook like-box的设计。 ive已经搜索网络并按照所有的说明,这里的链接ive尝试,但它似乎过时:
I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete:
网上有很多教程,但都有相同的解决方案。
there are lots of tutorial in web, but have the same solution.
这个。任何人都知道如何自定义喜欢的盒子。
been stuck for almost 2 hours in this. can anyone knows how to customize the like-box?
您的帮助是非常感激。
推荐答案
- 从此处获取XFBML代码:
- 重命名fb:like-box至fb:fan
- 在您的网站上上传您的CSS文件
- 将此params添加到fb标签:profile_id =ID OF YOUR PAGEcss =http: //example.com/css/your-cutom-style.css?1
- Get XFBML code from here: http://developers.facebook.com/docs/reference/plugins/like-box/#
- Rename fb:like-box to fb:fan
- Upload your css file on your web-site
- Add this params to fb tag: profile_id="ID OF YOUR PAGE" css="http://example.com/css/your-cutom-style.css?1"
享受:)
这篇关于定制facebook like-box的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!