You can just paste the shortcode into a text widget and it should work fine. You may need to add a bit of code to the functions.php of your active theme file to enable shortcodes in text widgets.
Thefollowing code enables shortcodes in text widgets:
<code>add_filter(‘widget_text’, ‘do_shortcode’);</code>