One of our customers is using the StoryChief plugin for their marketing campaign. The connection and everything seems to be working fine, they can do scheduled releases of content without problems.
We do have a problem with the tracking script. It’s throwing an error (property is undefined). It seems to be the tracking URL it’s building up. We have no idea how to debug this. Is this perhaps a known issue, or could you help us figure out how to fix this?
Please let us know.
We want to disable the Twitter open graph that is on the plugin files /home/wedostor/public_html/wp-content/plugins/story-chief/includes/formatting.php this is because we want the preview to show the following meta tag
<meta name=”twitter:card” content=”summary_large_image”>
However on the plugin is hardcoded as
echo ‘<meta name=”twitter:card” content=”summary”>’ . PHP_EOL; on line 84.
Can we disable this?
]]>