post/page content

You need to apply the filter the_content e.g.:

<?php echo apply_filters('the_content',$home_page->post_content); ?>

Also, you don’t need custom shortcodes for youtube, just put the URL in the content (but not a hyperlink), and it’ll be swapped out for a youtube player at runtime. No plugins or extra code needed thanks to oembed.