워드프레스에서 유투브 동영상 올리는 법 및 가로 세로 사이즈 맞추기

  • 26 / 01 / 2015
  • by wpresso
  • 0 reply

워드프레스 4.0 버니 버전부터 유투브 업로드가 간단하게 업데이트가 되었습니다.
브라우저의 URL만 Copy and Paste 혹은 Share의 embed 소스로 업로드가 가능합니다.
URL은 상세한 사이즈 변경은 불가능지만 embed 소스의 경우는 가로와 세로 사이즈 변경이 가능한 차이점이 있습니다.

브라우저의 url입력

[php]
/* youtube share source */
https://www.yoitube.com/watch?v=Q61wnopqonA
/* youtube share source */
[/php]

share > embed 소스

[php]
/* youtube share source */
<iframe width="560" height="315" src="//www.youtube.com/embed/Q61wnopqonA&autoplay=1" frameborder="0" allowfullscreen></iframe>
/* youtube share source */
[/php]

답글쓰기