http://codex.wordpress.org/Function_Reference/plugin_basename
If you would like to know the full url path to your plugin’s directory, you can call:
$x = WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__));
$x will equal "http://[url-path-to-plugins]/[myplugin]/"
I’m not a programmer, but maybe that will help?
The plugin is NOT working for me, and yes, it seems the plugin is incapable of dealing with a WordPress install in a subfolder of the site root, as mine is: for example /blog/wp-content/plugins…
Kiryaka: Could you please implement some fix for this? I look forward to using it! Best, Sef.