继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

FOSCommentBundle功能包:在页面中启用评论

安卓开发学习视频
关注TA
已关注
手记 299
粉丝 78
获赞 601


Step 4: Enable comments on a page

The recommended way to include comments on a page is using the reference javascript provided. The javascript will asynchronously load the comments after the page load.

在页面中包含评论的推荐方式是使用javascript提供的引用。javascript将在页面加载后异步加载评论。

Note:The implementation javascript provided with FOSCommentBundle relies on jQuery 1.7 You will need to install this separately and make sure that it is available on the page you want to enable comments on.

注意:FOSCommentBundle提供的javascript实现是基于jQuery 1.7的。因此,您需要独立安装它,并确保它在您想启用评论的那个页面中是可用的。


You are welcome to rewrite the reference implementation using another javascript framework.

欢迎您使用其它的javascript框架来覆写该引用的实现。

And the following code at a desired place in the template to load the comments:

在模板需要的地方添加下列代码将加载评论:

{% include 'FOSCommentBundle:Thread:async.html.twig' with {'id': 'foo'} %}

That's the basic setup! For additional information and configuration check the ... section and the cookbook.

这是基础设置!更多信息和配置,请参阅 ... 章节和食谱



打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP