WordPress: Enable / Allow / Add shortcodes in the widgets area

Enabling shortcodes in sidebars or wigets area is quite simple.
Just add the following filter to your theme's functions.php
add_filter('widget_text', 'do_shortcode');