[Solved] I was entering my channel URL, and not my channel ID.
More info:
https://support.google.com/youtube/answer/3250431?hl=en
OK, I found out how to remove the sidebar
I took this out:
<div class="span4 well-intro">
<?php if ( is_active_sidebar( 'wpstrapgrid-sidebar-posts' ) ) : ?>
<?php dynamic_sidebar( 'wpstrapgrid-sidebar-posts' ); ?>
<?php endif; // end sidebar widget area ?>
</div>
How do I now get the post to be full width?