Qiita에 youtube 동영상을 퍼가는 방법
Qiita에 youtube를 삽입하는 방법
※추기
2021/3/11의 Qiita 업데이트로 youtube의 임베드를 할 수 있게 되었으므로, 임베드 순서를 추기해 둡니다.
(참고) Qiita 공식 출시 노트
포함 절차
1. 포함하려는 동영상의 오른쪽 하단에 있는 '공유'를 클릭합니다.
2. 퍼가기를 클릭
3. 표시된 소스 코드 복사
시작 위치를 체크하면 시간을 편집할 수 있습니다. 여기에서 시작 시간을 지정하면 퍼간 동영상이 해당 시간부터 시작됩니다.
<iframe width="560" height="315" src="https://www.youtube.com/embed/aPvYI-nczXM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4. youtube의 삽입으로 가져온 URL을 Qiita에 복사
<iframe width="560" height="315" src="https://www.youtube.com/embed/aPvYI-nczXM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
이상으로 삽입 완료입니다.
5. (보충) 임베디드 URL을 알고 있는 경우
공유용 링크를 알고 있는 경우 아래 코드의 SRC 속성에 URL을 기재하면 포함할 수 있습니다.
<iframe width="560" height="315" src="URL" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
이상
대체는 텍스트 링크.
youtube에 링크 붙이는 방법
설치 예
NBA 진노빌리 플레이집
[アンカーテキスト](URL)
[NBAジノビリのプレー集](https://youtu.be/Hlm6mkgGio4)
※youtube 링크는 방문하는 페이지의 URL이 아니라 공유용 URL
iframe에 의한 매입(※사용할 수 없다)
↓↓↓ 여기에 iframe 태그 붙여넣고 있다
<iframe width="100%"height="315"src="https://www.youtube.com/embed/k6xdt12hrV0?start=73"frameborder="0"allowfullscreen=""/>
↑↑↑여기까지
↓↓↓↓↓↓↓ 기사 내용html
html:소스 코드
:ソースコード
───────
↑↑↑↑↑↑↑ 편집 요청 내용
<iframe width="100%"height="315"src="https://www.youtube.com/embed/k6xdt12hrV0?start=73"frameborder="0"allowfullscreen=""/>
``
iframe이 표시되지 않음
화상 형식의 매입(※사용할 수 없다)
정리 자세하게 텍스트 링크로 설치
Reference
이 문제에 관하여(Qiita에 youtube 동영상을 퍼가는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shizen-shin/items/10f8b0d5cccbbaf139bf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)