Seems like a hacker got into a client’s site via this plugin and renamed it wp-bad-plugin. This plugin hasn’t been updated in 2 years, that’s probably why security flaws exist.
]]>In WP 3.6 with WP_DEBUG enabled your plugin is generating the following error on the edit post/page pages:
Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method EasyEmbedButtons::_addTinyMCEPlugin() should not be called statically in /path/to/wp-includes/plugin.php on line 173
This is happening because in file /wp-content/plugins/wp-easy-embed/inc/component/buttons.php method setupButtonScripts() you have the line
add_filter("mce_external_plugins", array(__CLASS__, '_addTinyMCEPlugin'));
it should be
add_filter("mce_external_plugins", array($this, '_addTinyMCEPlugin'));
]]>
Header problem with latest version of WP.
]]>The toolbar doesn’t show an icon… only “</>”.
MouseOver that error shows it’s active but there is no link.
]]>Since updating I keep getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/wp-content/plugins/wp-easy-embed/inc/component/buttons.php:25) in /home/user/public_html/wp-includes/pluggable.php on line 866
Hi,
This is such a useful plugin.
After installing WP Easy Embed, when I upload an image to a post – the progress bar reaches 100%, then says “crunching” – but then freezes and does not progress, it just hangs there.
If I deactivate the WP Easy Embed plugin – the image upload continues after “crunching” and displays the thumbnail and options as normal.
Is this an issue that anyone else has experienced – can you advise?
Many thanks.
I am using WP 3.3.2
]]>I have a multisite installation. I activate WP Easy Embed on the network but the extension doesn’t appear on others blogs…
is it normal ? Can you change it ?
]]>Can you please let me know if I can let others to embed my own WordPress site in their Websites? There is a plugin named oEmbed Provider. So that the WordPress sites with wp-easy-embed enabled could embed my content
Could it be possible to embed a Selfhosted WordPress site’s content in such a way?
I have checked my site in different ways to make it embed Provider. But no success. could you please let me know if it is possible in any way?
Plugins I used : wp-easy-embed and oembed-provider
Thank you!
]]>Could you make a list that which services will be supported by this plugin ? So that I can chose embed.ly based plugin.
I need this because I don’t want to use embed.ly’s paid account and would like to adjust with your plugin if it supports all major services
Thanks !
]]>