Hello,
I tried your plugin which i like very much but unfortunately it doesn't work with permalinks (with default links no problem).
My type of permalinks is "/%category%/%postname%/".
So i use the following rules in my .htaccess file :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
please help.