Hi vinzen, thanks for reporting this.
It appears both pugins are using the same OpenGraph library. I’ll add a conditional check for this in the next release of Content Cards. In the meantime, you can comment out line 577 on content-cards.php to make the plugin work with Go Fetch Jobs.
Arūnas
Thread Starter
vinzen
(@vinzen)
Hi Arūnas,
I commented out line 577 but then got an error for line 582 on content-cards.php. If I comment out this line, I get back the same old error.
Thread Starter
vinzen
(@vinzen)
Hi Arūnas,
Content Cards is in conflict with one more plugin – WP Ideastream (https://wordpress.org/plugins/wp-idea-stream/). When your plugin is activated, the text box of the form at Ideastream becomes disabled and cannot be used. I guess it’s the same OpenGraph problem.
It would be great if you can resolve this problem.
Thanks.
Thread Starter
vinzen
(@vinzen)
The author of Go Fetch Jobs asked me to add a conditional check in the php file of his plugin where the opengraph is mentioned. I did that but it didn’t help. I also added the same conditional check [ ( if ( ! class_exists(‘OpenGraph’) ) {…….}] at two places in your plugin’s php file that made the error disappear when using with Go Fetch Jobs but then Content Cards does not display any image cards.
I then tried Embed.ly and it works flawlessly with both the plugins that I was having problems with when using Content Cards. May be Embed.ly does not use OpenGraph.