我可以将prototype.js合并到FBML Facebook应用程序中吗?
我们的 Web 应用程序中有很多现有代码,我们希望在 Facebook 应用程序中使用它们。客户端的大部分内容都依赖于prototype.js。
我可以轻松地将prototype.js 合并到我的 FB 应用程序中吗?我是否必须尽早在 iFrame 与 FBML 之间做出选择?
we have a lot of existing code in a web application that we want to use in a facebook application. Much of it on the client side depends on prototype.js.
Can I incorporate prototype.js into my FB application without difficulty, and am I going to have to make a choice about iFrame vs FBML early on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要尽早在 iFrame 或 FBML 之间进行选择;事实上,这通常是您要做的第一件事。如果您使用 iFrame,您可以使用您喜欢的任何 JavaScript 库。另一方面,FBML 受到很大限制并且不允许这样做。
You will need to choose between iFrame or FBML early on; in fact, it's generally the first thing you do. If you go with iFrame, you may use whatever JavaScript library you like. FBML, on the other hand, is very restricted and does not allow it.