[TUTORIAL] - Aprenda a como mudar o tema do Youtube na incorporação

Hoje vamos aprender a mudar o tema padrão do Youtube ao incorporar em seu site. Pois bem, o Youtube disponibiliza nativamente a função, porém, muitos não a conhecem. E hoje vamos aprender.

Exemplos de Temas:
Fonte de Imagem: gHacks / Reprodução

Mudando o tema do Youtube

Tema Branco com Apontador Branco:
Ao incorporar use as tags: "theme=light&color=white"

Código:
<iframe width="640" height="360" src="LINK-DE-INCORPORAÇÃO"?theme=light&color=white" frameborder="0" allowfullscreen></iframe>

Tema Branco com Apontador Vermelho:
Ao incorporar use as tags: "theme=light&color=red"

Código:
<iframe width="640" height="360" src="LINK-DE-INCORPORAÇÃO"?theme=light&color=red" frameborder="0" allowfullscreen></iframe>

Tema Preto com Apontador Branco:
Ao incorporar use as tags: "theme=dark&color=white"

Código:
<iframe width="640" height="360" src="LINK-DE-INCORPORAÇÃO"?theme=dark&color=white" frameborder="0" allowfullscreen></iframe>

Tema Preto com Apontador Preto:
Ao incorporar use as tags: "theme=dark&color=black"

Código:
<iframe width="640" height="360" src="LINK-DE-INCORPORAÇÃO"?theme=dark&color=white" frameborder="0" allowfullscreen></iframe>

Exemplo de Resultado: