If your theme offers a widget area in top bar, you may simply use the Shortcode. Or you will need to edit your corresponding theme files (usually header.php) and insert following codes in it
<?php echo do_shortcode( $content ) ?>
for more information about do_shortcode WordPress function