Hello,
I installed a test bbPress and the Open Graph tags seem to be correctly set, even without any specific customization on my plugin.
<meta property="og:locale" content="pt_PT" />
<meta property="og:site_name" content="Wonderm00n" />
<meta property="og:title" content="Um tópico de testes" />
<meta itemprop="name" content="Um tópico de testes" />
<meta property="og:url" content="https://blog.wonderm00n.com/forums/topic/um-topico-de-testes/" />
<link rel="canonical" href="https://blog.wonderm00n.com/forums/topic/um-topico-de-testes/" />
<meta property="og:type" content="article" />
<meta property="og:description" content="Home › Forums › Fórum de teste › Um tópico de testes (...)" />
<meta name="description" content="Home › Forums › Fórum de teste › Um tópico de testes (...)" />
<meta itemprop="description" content="Home › Forums › Fórum de teste › Um tópico de testes (...)" />
<meta property="og:image" content="https://1.gravatar.com/avatar/d7573c4b2fc4df4ae044812c3ac1331f?s=14&d=identicon&r=G" />
<meta itemprop="image" content="https://1.gravatar.com/avatar/d7573c4b2fc4df4ae044812c3ac1331f?s=14&d=identicon&r=G" />
I could in the future make some customizations if someone could help me better understand bbPress and what kind of specific options should be available on my plugin.