# 게시글 텍스트에 복사 버튼 추가하는 방법

**URL:** https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902
**Category:** Support
**Created:** [9월 5, 2023, 7:48오후 UTC](https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902 "2023-09-05T19:48:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Aizada\_M](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aizada_m/32/352050_2.png) [@Aizada\_M](https://meta.discourse.org/u/Aizada_M)
#### Post date: [9월 5, 2023, 7:48오후 UTC](https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902/1 "2023-09-05T19:48:49Z")

</div>

인사드립니다. 제 질문이 다소 순진하게 느껴질 수 있지만, 텍스트 게시물 내에 “복사” 버튼을 만들 수 있는 정확한 코드나 테마 구성 요소를 찾는 데 어려움을 겪고 있습니다. 포럼 인스턴스의 테마 컴포저에서 텍스트 복사 버튼 생성 기능을 찾아볼 수 없어 당혹스럽습니다.  
제가 하려는 바를 보여주는 스크린샷입니다:

> ![image](https://global.discourse-cdn.com/meta/original/4X/0/d/4/0d46b88d51b8aee86ed9e6a618f9a22a14969c24.png)

이 효과를 어떻게 구현할 수 있는지 알려주실 수 있을까요? 🙏

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [9월 5, 2023, 7:56오후 UTC](https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902/2 "2023-09-05T19:56:07Z")

</div>

이것은 `코드 블록에 복사 버튼 표시` 사이트 설정입니다.

> [@코드 블록 내용을 클립보드에 복사](https://meta.discourse.org/t/copy-codeblock-contents-to-clipboard/148855):
>
> mega Now live in core Discourse is the ability to show a copy button for codeblocks! import { createWidget } from 'discourse/widgets/widget'; createWidget('my-widget', { tagName: 'div.hello', html() { return "hello world"; } }); This feature is off by default, but if your community could benefit from it, you can turn it on by enabling the show copy button on codeblocks site setting. Some notes about the feature: The button shows up on pre \> code codeblocks, but not inline, …

---

<div class="post-metadata">

### Author: ![Aizada\_M](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aizada_m/32/352050_2.png) [@Aizada\_M](https://meta.discourse.org/u/Aizada_M)
#### Post date: [9월 5, 2023, 8:08오후 UTC](https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902/3 "2023-09-05T20:08:23Z")

</div>

> [@Moin](#):
>
> 코드블록

정말 감사드립니다 🙌! 이 기능을 하루 종일 찾아보고 있었습니다. 🤦‍♂️ 😅

---

<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: [10월 5, 2023, 8:08오후 UTC](https://meta.discourse.org/t/how-to-add-copy-button-to-post-text/277902/4 "2023-10-05T20:08:25Z")

</div>

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