본문 바로가기
💻CODING/html, css

[html] 유튜브 iframe 코드로 변환

by 코딩하는 갓디노 2023. 5. 19.

[html] 유튜브 iframe 코드로 변환

 

ifram 변환 사이트 - 유튜브 태그 생성기

https://remindori.com/tool/youtube

 

Tool • ReminDori

 

remindori.com

 

 

유튜브 동영상 퍼가기

유튜브 동영상 하단의 공유 기능에서 퍼가기 메뉴를 이용합니다. 

 

직접 소스 만들기

<iframe width="560" height="315" src="https://www.youtube.com/embed/v8zF9bHqs_4" frameborder="0" allow="accelerometer; autoplay;" allowfullscreen></iframe>

 

<embed width="560" height="315" src="https://www.youtube.com/embed/v8zF9bHqs_4" frameborder="0" allow="accelerometer; autoplay;" allowfullscreen></embed>
반응형

댓글