Insert shortcode in widget area

Shortcodes are not parsed in widget text – you need to tell WordPress to do so:

add_filter( 'widget_text', 'do_shortcode' );

Place it in your theme’s functions.php