WP Favorite Posts 1.4.1 released. See Changelog for differences.
The important change is that;
I’ve added two action; wpfp_after_add and wpfp_after_remove. You can use these actions if you want to do something after someone add/remove a post to favorite. Usage example;
add_action('wpfp_after_add', 'my_custom_function');
function my_custom_function() {
// do something
}

This is a really awesome plugin. I hope you’ll continue developing it.
Hi! Really love the idea for this plugin! It works really well for me, but I was curious if you knew of a way to enable favorites across all WPMU blogs on my site. If not, it would be a great feature!
Thanks again. =)
@Ian; I home, too :) I’ve started a full time job. And I’m giving WordPress Consulting to a new startup so i couldn’t find time on theese weeks.
Griffin; For now it’s not support wpmu user blogs. But you can use with wpmu’s main blog.