FOSCommentBundle
FOSCommentBundle copied to clipboard
Q: Use multiple commentable items on a single page
Hey, I'm wondering if this is possible with this bundle without really hacking around it.
I tried just rendering multiple entities and including the async.html.twig under each of them with specified ID, but this approach seems to work only for the first item on the page; others don't get the comment thread nor form.
Is this something supported by FOSCommentBundle, or should I write my own JavaScripts for it?
Hm, after analyzing the original JavaScript it seems quite impossible. I ended up modifying and redoing some parts of the JavaScript to actually make it work.