A Small Tweak for Advanced Content Pagination From http://premium.wpmudev.org/blog/upscale-your-wordpress-post-pagination-your-readers-will-thank-you/
/* Allow shortcodes that are contained within the [nextpage] shortcodes to be processed */
return do_shortcode( $html );
} else {
return do_shortcode( $content );