Comment Integratin Wordpress

Hello everyone,
I enabled the integration of the vanilla forum comments on Wordpress (installing the Vanilla forum plugin)
It seems to work properly.
When I write a comment in Wordpress - news using the integration of vanilla, automatically creates a forum discussion.
My problem is this, the title of the discussion that is created automatically does not take the title of the news.
As the title is always the same "subject of discussion not defined."
How to solve this problem?
Thank you.
Tagged:
0
Comments
I believe the that title comes from meta tags on the page.
grep is your friend.
My articles have meta tags
http://imgur.com/a/sFsJe
you need like so
<meta content="This is a title" property="og:title" />
also
og:description
andog:image
may be set.grep is your friend.