Since this plugin clearly isn’t updated you can add this code snippet to add oEmbed support for Infogram to WordPress/Gutenberg
wp_oembed_add_provider( 'https://infogram.com/*', 'https://infogram.com/oembed/?format=json', false );
Hi,
Is this plugin compatible with the latest version of wordpress? I just want to be 100% sure before I hit the update button
Thank you!
]]>. . . so we know what’s new ??
]]>In order to install WordPress 4.6 I had to deactivate the Ingofram plugin as I was receiving a fatal error when it was active.
Will the plugin be updated to be compatible with WP4.6?
]]>On my local dev env, with this plugin active, if I attempt to visit the Plugins page in wp-admin, I get a white screen of death. Site stays up, thankfully.
Renaming the wp-content/plugins/infogram
folder temporarily allows wp-admin pages to load properly.
tldr; this plugin calls home on every single admin page load, which causes a noticeable slowdown in the admin. For full details, see this Github ticket: https://github.com/infogram/infogram-wordpress/issues/6
]]>After installing the plugin, my backend crashes and I have to delete the inforgram plugin in order restore WordPress.
Any solution to this problem?
]]>In button/add_button.php the variable “out” is not defined.
At line 91, out is concatenated:
$out .= '<div class="infographic'.$settings[0].'" data-embed="'.$settings[1].'" data-code="'.$settings[2].'">
<img src="'.$infographic->thumbnail_url.'">
<h4>'.$infographic->title.'</h4>
<div class="infogr-hover"><span class="infogr-h-add">Embed</span></div>
</div>';
But was never previously defined. I patched locally, just needs $out = '';
defined before the for loop starts on line 77
First off, great plugin. On our secure site it’s throwing an insecure error for the loading gif. https://jifo.co/i/embed/preloder.gif
]]>Hello Do you have a wordpress demo i can see how it works before downloading as i dont see any procedure or manual to follow?
]]>