# 다시보기 위젯 설치

## 다시보기 위젯 (유료) &#x20;

라이브24 클라우드는 아이프레임 방식으로 다시보기 위젯을 지원해드립니다.

![](/files/hlg5dUrUjn0PHWdXiGAp)

![](/files/bOhNPxHAFTzyhfntgjm3)

## 코드 작성

```
// {{live24Id}} : 라이브24 클라우드 회원 아이디
// grid_width : 비디오카드 가로값
// fontsize : 폰트 사이즈
// radius : 비디오카드 라운딩
// video_thumb : true (비디오 썸네일 사용) 
// row_count : 한번에 가져올 카드수

  

<iframe 
    src="https://{{live24Id}}.live24.app/wiget/vod?grid_width=285&fontsize=18&radius=10&video_thumb=true&row_count=4" 
    frameborder="0" 
    width="100%" 
    style="height:420px;margin-top:60px" 
    scrolling="no"
    >
</iframe>




```

코드를 각 사이트 디자인에 맞춰 수정해주세요.


---

# Agent Instructions: 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:

```
GET https://help-doc.live24.app/code/iframew.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
