v2.0.13 (08/03/2011)
- Added support for custom post types
- WIKI style support for posts that don’t exist when logged in as an admin
- Class of “missingLink” applied to anchor of links with no post/page
- Show posts with a status of ‘post’, ‘draft’, ‘pending’ or ‘future’ in UI list
- Italian translation file
Warning: Declaration of Social_Walker_Comment::start_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::start_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 18
Warning: Declaration of Social_Walker_Comment::end_lvl(&$output, $depth, $args) should be compatible with Walker_Comment::end_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/arronwoods.com/public_html/blog/wp-content/plugins/social/lib/social/walker/comment.php on line 42
Hiya
Cheers for providing this plugin, which I have used extensively. I’ve recently encountered a small bug and wondered if you had any suggestions for resolving it – When post content with an internal link appears inside widgets the intlink code isn’t converted correctly and shows up. For an example see the “most commented” widget at http://diymediahome.org. The 3rd entry (Dual-Tuner Mini-ITX Build?) has the code there.
Cheers
You need to get the widget to process the shortcodes, this may not be
possible without editing the widget code though!
To process the shortcodes you need to use this wordpress function:
http://codex.wordpress.org/Function_Reference/do_shortcode
You may be able to add this filter to the widget (look at the examples from
the link above). This will depend on how wordpress savvy you are though!