Using nodebb as a commenting system

Has anyone manage to use nodebb as a commenting system for blog posts in Grav ?
I am having troubles to get nodebb-plugin-blog-comments to work and I suspect that I am not generating the parameters correctly in my twig template. Thus, any hint from someone who have made it work would be appreciated :slight_smile:
Just for the record, how I am generating the articleData variable:

var articleData ='{"title_plain": "{{page.title|e('js')}}","url": "{{page.url(true)|e('js')}}","tags": [], "markDownContent":"{{page.content|e('js')}}","cid":1}';