Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以动态添加 Facebook 评论控件?我有一个我希望用户能够评论的项目列表,但我不希望页面上同时出现一堆评论控件。我希望能够单击“添加评论”按钮并弹出指向正确项目的评论框?
这可能吗?
谢谢
是的,这可以通过将 Comments Social 插件代码添加到 DOM 并调用FB.XFBML.parse()
FB.XFBML.parse()
我正在使用 Google App Engine Java SDK 1.7.2 来提供一些静态文件。在 appengine-web.xml 中组合多个<include...元素<static-files>时,我不确定哪些规则将优先。
<include...
<static-files>
例