davideoliveri
Forum Replies Created
-
Forum: Plugins
In reply to: [JM Twitter Cards] ERROR: Required meta tag missing (twitter:description)Thanks.
Forum: Plugins
In reply to: [JM Twitter Cards] ERROR: Required meta tag missing (twitter:description)I’ve forgot to say I was also using a custom field
Forum: Plugins
In reply to: [JM Twitter Cards] ERROR: Required meta tag missing (twitter:description)I was finally able to make it working by changing a line in the
options.class.phpfile.at the end of the
description function definitionchange this line
return array('description' => apply_filters('jm_tc_get_excerpt', $cardDescription));to this:
return array('description' => $cardDescription);Forum: Plugins
In reply to: [JM Twitter Cards] ERROR: Required meta tag missing (twitter:description)I tried to use custom fields, with ACF but had no luck.
I’m not even getting the empty/blank meta, nothing at all.I found out that the reason it was working before was because of ExpressCurate plugin was adding the :description along with it’s own card type.
This is one of those day I’d love to work with other stuff than coding.
Forum: Plugins
In reply to: [JM Twitter Cards] ERROR: Required meta tag missing (twitter:description)I’ve got the same issue. This plugin used to work though.
The thing is I got this error:
ERROR: Required meta tag missing (twitter:description)
ERROR: Required meta tag missing (twitter:title)But the title is present actually, it’s just ignore.
I’m sorry I didn’t check I was posting in the right place.
Thanks a lot for your feedback.