> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/photo_video/youtube.md).

# 유튜브

**유튜브 블록은 언제 사용하나요?**

* 데이터 등록 시 유튜브 링크를 걸어주고 싶을 때 사용해요.

&#x20;**유튜브 블록의 특징은 무엇인가요?**

* 주로 상세 화면에서 사용해요.&#x20;
* 관리자 웹 ➡︎ 원하는 메뉴 ➡︎ 설정 ➡︎ 항목 추가 ➡︎ 텍스트 타입 ➡︎ 링크를 클릭한 뒤 '항목 ID'를 만들고, 앱 설정 ➡︎ 유튜브 블록의 항목 ID를 동일하게 입력해 주세요.
* 관리자 웹 링크 항목에 유튜브 URL을 등록하면 앱 상세 화면에 유튜브 영상이 보여요.

<figure><img src="/files/fjT6cSweeoUcS6t3ac6u" alt=""><figcaption></figcaption></figure>

2024.02.28 Jinny

## YouTube

Link a YouTube URL in your app.

**When do I use the YouTube block?**

* This block is used when you want to add a YouTube video when entering data.

**What are the characteristics of YouTube blocks?**

* This block is used in app settings > detail screen.
* Go to your (meta)menu of choice in Web Admin, settings > add item and create an "itemID". In 'YouTube block properties', enter the "itemID" and connect the two.

2023.07.27 Hwaran

> \#유튜브, #유튜브 링크 연결하기, #유튜브로 이동하는 방법, #유튜브 삽입하기, #유튜브 등록하기


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/photo_video/youtube.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
