Get tags with links from multiple custom taxonomies
<?php the_terms( $post->ID, array( 'tax_one', 'tax_two' ), 'Tagged: ', ' • '); ?>
WordPress Snippet