Get Adjacent Post By Tag

I would check out the Ambrosite Next/Previous Post Link Plus plugin which gives you a lot of arguments to pass to the “improved” next/prev link functions made by the plugin. I recently needed this type of functionality and this plugin worked great.

With the plugin, you get to do stuff like this:

<?php next_post_link_plus( array('in_cats' => '3,5') ); ?>