# Snap! 콘텐츠 통합

**URL:** https://meta.discourse.org/t/integration-of-snap-content/148822
**Category:** Support
**Created:** [4월 22, 2020, 9:50오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822 "2020-04-22T09:50:49Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Matze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/matze/32/208654_2.png) [@Matze](https://meta.discourse.org/u/Matze)
#### Post date: [4월 22, 2020, 9:50오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/1 "2020-04-22T09:50:49Z")

</div>

이 콘텐츠를 iframe 또는 Onebox로 통합하고 싶습니다:

> **[py-fractal by bh | Snap! Build Your Own Blocks](https://snap.berkeley.edu/project?username=bh&projectname=py-fractal)**
>
> The Snap! Community. Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world.

이를 위해 어떤 작업이 필요합니까?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [4월 22, 2020, 10:10오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/2 "2020-04-22T10:10:33Z")

</div>

`allowed iframe` 사이트 설정에 `https://snap.berkeley.edu/`를 추가하면 게시물에 해당 URL을 iframe으로 삽입할 수 있습니다:

```plaintext
 <iframe src="https://snap.berkeley.edu/project?user=bh&project=py-fractal"></iframe>

```

너비와 높이 및 기타 매개변수도 설정해야 합니다

```plaintext
 <iframe src="https://snap.berkeley.edu/project?user=bh&project=py-fractal" width="xxx" height="xxx"></iframe>

```

---

<div class="post-metadata">

### Author: ![Matze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/matze/32/208654_2.png) [@Matze](https://meta.discourse.org/u/Matze)
#### Post date: [4월 22, 2020, 10:17오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/3 "2020-04-22T10:17:39Z")

</div>

설정에서 iframe 옵션을 어떻게 놓칠 수 있었을까요? 감사합니다 😉

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [4월 22, 2020, 10:23오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/4 "2020-04-22T10:23:20Z")

</div>

관리자 패널에서 "iframe"을 검색하세요.

여기 [\<iframe\> HTML inline frame element - HTML | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) 에 게시물 내에서 `iframe` 태그에 사용할 수 있는 속성에 대한 간단한 가이드가 있습니다.

---

<div class="post-metadata">

### Author: ![Matze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/matze/32/208654_2.png) [@Matze](https://meta.discourse.org/u/Matze)
#### Post date: [4월 22, 2020, 10:31오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/5 "2020-04-22T10:31:04Z")

</div>

죄송합니다, 전에 찾아냈습니다. 어떻게 놓칠 수 있었는지 스스로에게 물어보게 되네요.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [4월 22, 2020, 11:27오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/6 "2020-04-22T11:27:11Z")

</div>

사이트 설정의 검색 기능이 얼마나 유용한지 놀라울 정도입니다. 저는 시스템 설정을 이 방식 이외로는 거의 조작하지 않습니다. 이미 그 방법을 찾으셨더라도, 비슷한 문제를 겪고 있는 다른 사람들을 위해 다시 한번 강조해 두는 것이 좋습니다.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [5월 22, 2020, 11:27오전 UTC](https://meta.discourse.org/t/integration-of-snap-content/148822/7 "2020-05-22T11:27:14Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
