Also is there a way to have something show up on JUST the front page and not page 2, 3, 4, etc.?
<?php if( is_front_page() ) : ?>
<div>
<iframe width="640" height="360" src="//www.youtube.com/embed/oCQ3weRdo" frameborder="0" allowfullscreen></iframe>
</div>
<?php endif; ?>