Hi,
I've looked hi and low for a "press this" plugin or code that can add information like links and text to a custom post type. The two most promising results have been:
1) http://wordpress.mfields.org/2010/bookmark-this/
2) Press This Custom Post Types
1) the first code logs me off of my site, I'm guessing for some security reason...
2) the second written by the almighty scribu :) seems to be outdated. That code only works if i change:
$link = str_replace('post-new.php', "post-new.php?post_type=$post_type", $link);
to
$link = str_replace('press-this.php', "post-new.php?post_type=$post_type", $link);
which bypasses all of the press this functionality completely.
Is there anyone who has figured this out, or knows why this is such a limited feature?
...Thanks!