Awesome, thanks for implementing that so quickly!
Using an output buffer would decrease performance significantly, since I would have to wait for the entire page to be ready before sending any output to the user 🙂
Hi Marco, I understand that, but sometimes you don’t want to expose that you’re using a specific plugin (or even WordPress at all) and want to keep your HTML as clean and tiny as possible.
Could a compromise be to make it less easy to hide the comments for normal users, e.g. to only not output them if a constant WEBDADOS_FB_HIDECOMMENTS is defined or similar? This would make the feature only accessible to power users / custom theme developers.