What is the best way to place more than one thread on a page while using the FOSCommentBundle? It seems that this is not supported by default with the ajax method of including comments on a page. Should I try to avoid the ajax method or is there an easy way to get multiple threads on a page?
Thanks
There is talk about loading multiple threads asynchronously on the GitHub page, but it is not supported natively yet. What you can easily do for now is to load the thread from your controller, see documentation.