I forgot to mention that I have 2 relatively new projects launched in the Projects section of this site:
- TwitterProxy: Which allows you to do some cool filtering on your Twitter status feed (and then use it for whatever you want), and
- Gravatar Shortcode: A quick WordPress plugin that gives you a shortcode that you can use to inject a Gravatar into your Pages or Posts.
Check them out and let me know what you think.
Hi,
Just wanted to report a bug in the gravatar-shortcode plugin. The default picture parameter does not work. I looked at your code and you are missing the $default variable in your final line. I updated the code to the following and it works:
return ”;
Looks like part of your comment was eaten Jonathan, but I've made the change and committed version 1.1 of the plugin now. I also changed the default image size to 80, since that's the size Gravatar uses internally if none is requested.