I have a similar isssue. On the groups page there is a meta tag getting messed up.
At the top abc.com/groups/ it printing extra text: “Create a Group”/>”
View Source shows this:
<meta property=”og:title” content=”Groups Create a Group“/>
At the top abc.com/groups/my-group/ it printing extra text: “My Group”/>”
View Source shows this:
<meta property=”og:title” content=”My Group“/>
I get these same problems on all the Members pages as well. Is there a way to disable the meta tags without changing the plugins source code?