Maybe it's Friday afternoon kicking in but for some reason I seem unable to get a fullscreen button to appear on my embedded Youtube videos. All I'm doing is copying the share code which is generated from a Youtube video:
<iframe width="560" height="315" src="http://www.youtube.com/embed/hFoQVx8ZcHo?rel=0" frameborder="0" allowfullscreen></iframe>
So for example with this code http://jsfiddle.net/chricholson/v8sjL/ I see:
I found some articles which said about the URL being wrong /v/[code]
rather than /embed/[code]
but copying directly from Youtube I thought I'd be safe.