Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Comment Integratin Wordpress
giacomosilli
New
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.