I am still trying to figure out how to mad buddypress so the group title becomes the page title and the broup description becomes the meta name =description thing.
I pointed out what some people have suggested here: https://buddypress.org/support/topic/groups-title-meta-description-duplicate-blank/
But no one has suggested what is best practices, or if any of those solution work.
I see that wp 4.1 has a new feature:
<title> tags in themes
add_theme_support( ‘title-tag’ ) tells WordPress to handle the complexities of document titles.
Would this make it easier to put something somewhere where buddypress can make a page title and meta description, or make it easier for admins to add some code to fix or something?
Perhaps next buddypress will make this a default fix with this new wordpress title thing, and give an option for group admins to adjust page title / meta name description?