First, thanks for your patience and sorry for the delayed response.
When I first read the problem, I couldn't understand what was happening. Re-reading it, it's becoming more clear.
It seems like the way that Ohahnah is getting the 'key' to insert into the tag isn't working with the latest releases of JFBConnect. That seems evident because in the first post, where the {JFBCGraph ..} tags are being shown, there is no key=xyz parameter.
When you remove the key from the JFBConnect configuration area, then the {JFBCGraph ..} tags go away, because they have no key, and that's correct for your updated settings. However, it looks like you've added the {JFBCComments ..} tag to the page and that tag *does* have a key. Since it's different than the key set in JFBConnect (blank), that tag is now showing.
To fix, you'll need to contact Ohanah devs and ask if they can update support for the newest releases of JFBConnect. Specifically:
* The key can be fetched in v6.0.0 and higher with:
JFBCFactory::config()->get('social_tag_admin_key');* The Open Graph tags should be updated to:
Instead of {JFBCGraph}
The new SCOpenGraph key works since v5.1, which is years old now.
I hope that helps, but if not, please let them know to contact us, and we'll gladly help however we can.
Thanks,
Alex