Thank you for the feedback. I'll have a look at trying to combine the two.
I do have a question or two if you don't mind.

Is it possible to set another plugin as a dependency? For DiggCount I use a custom field to determine to show the count. If the custom field contains the Digg article url, then it should show the count. I wondered if it is possible to check if the extended properties plugin is installed and then just allow DiggCount to check/add the required custom field behind the scenes.
Off course if you have another way of doing this, I'd appreciate any suggestions. I'm also having a look of changing the mechanism to provide you with some markup that you can include in your post where you would want the count displayed. Something like:
Code: Select all
<diggcount url=http://digg.com/article_url />
That will remove the need for the custom field.
Anyway, thanks for the feedback. And for creating a blog platform that is SO easy to extend.