Hello,
There is a very nice option in this plugin that allows the use of the local domain as the URL shortner. But why keep the www ? If a blog is using the www, it already has canonicalization that redirects the the non www to the www URL.
It means that instead of generating a URL like this:
http://www.mydomain.com/?p=123
the plugin should generate a URL like this:
http://mydomain.com/?p=123
This will save 4 characters.
Please add option for this or make it automatic.
Thanks.