自定义 Facebook 粉丝页面
我想要一个 Facebook 粉丝页面,内容如下:
- 采用新设计/主题,与我的新网站匹配(橙色/黑色)
- 自定义徽标/内容显示
- 30 个框简短描述,鼠标悬停时,突出显示框并单击特定框,打开一个新的弹出窗口,
- 弹出窗口应包含更详细的描述和指向我网站上特定页面的链接
我认为上述事情可以使用 FBML 实现,但任何好的参考/指南将不胜感激帮助我快速开发出这样一个东西。
I want a facebook fan page with something like this:
- With new design/theme, matching to my new website (orange/black)
- Custom Logo/contents display
- 30 boxes short description, on mouse hover, get some highlight for box and on click of specific box, opens a new pop-up
- pop-up should contain more detailed description and a link to specific page on my website
I think above things are achievable using FBML
but any good ref/guide would be appreciated to help me quickly develop such a thing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Facebook 已弃用 FBML。您可以改为创建 iframe 应用程序。在 iframe 中你基本上可以做任何你喜欢的事情。至于页面主题,你不能触及facebook的设计。您只能控制 iframe 本身的内容。不过,您可以上传“个人资料图片”的图像。
以下是 iframe 应用指南供您参考:
http://www.hyperarts.com/blog/将 iframe 应用程序添加到 facebook 粉丝页面/
FBML is being deprecated by Facebook. You can create an iframe application instead. In an iframe you can basiclly do anything you like. As for themeing the page, you can't touch the facebook design. You can only control the contents of the iframe itself. You can however upload an image for the "profile picture".
Here is a guide for iframe apps for your reference:
http://www.hyperarts.com/blog/adding-iframe-application-to-facebook-fan-page/
这是参考站点,您可以在其中找到自定义 FB 粉丝页面的完整演示。
您可以使用
fb api
来实现这一点。Here is the reference site where you find the full demonstration of custom FB fan page.
You can achieve that using
fb api
.