Thanks a lot everybody for the contributions to this discussion!
Your recommendations were all useful to better understanding the plugin and finally realise a prototype against 10Duke.
Cheers, R
I have a problem with social sharing. Nodebb installed in /folder and everything works properly. With the exception of links in the social sharing. Instead domain.com/folder/post ... I have domain.com/post... url. Anyone know how to deal with it?
That's really a bug:
https://github.com/NodeBB/NodeBB/blob/v1.x.x/public/src/modules/share.js#L53-L56
Forgot the relative path of the post URL...