When you switch from a wordpress.com blog to a self-hosted one, you sort of miss the statistical information that you had from Wordpress - number of visitors, most viewed posts, referrers, clicks, etc.

One plugin does just that. It allows you to have the same interface, same Wordpress quality (the interface is the exact same one, hosted at wordpress.com) by registering your blog in their database.

The only downside to it, is that it tries to load the interface in an inner frame, which not only looks bad, but is a bit uneasy for the user.

So I decided for some code changes: instead of loading it with iframe, why not just redirect to it? You can then simply go back to your self-hosted dashboard through the Dashboard link.

Read the rest of this entry »