# 깨끗한 공유 URL – 사용자별 사용자명 표시 비활성화

**URL:** https://meta.discourse.org/t/clean-share-url-per-user-opt-out-of-username-attribution/409352
**Category:** Theme component
**Created:** [8월 5, 2026, 9:04오전 UTC](https://meta.discourse.org/t/clean-share-url-per-user-opt-out-of-username-attribution/409352 "2026-08-05T09:04:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![scavin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scavin/32/115938_2.png) [@scavin](https://meta.discourse.org/u/scavin)
#### Post date: [8월 5, 2026, 9:04오전 UTC](https://meta.discourse.org/t/clean-share-url-per-user-opt-out-of-username-attribution/409352/1 "2026-08-05T09:04:28Z")

</div>

| | | |
| --- | --- | --- |
| ℹ | **요약** | 사용자가 생성된 공유 링크에서 사용자 이름을 제거할 수 있도록 허용 |
| 🛠 | **저장소** | [https://github.com/scavin/discourse-clean-share-url](https://github.com/scavin/discourse-clean-share-url) |
| ❓ | **설치 가이드** | [테마 또는 테마 컴포넌트 설치 방법](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682) |
| 📖 | **Discourse 테마 초보자?** | [Discourse 테마 사용 입문 가이드](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) |

이 테마 컴포넌트 설치

Clean Share URL은 **설정 → 인터페이스** 아래에 선택적 설정을 추가합니다:

 ![CleanShot 2026-08-05 at 16.23.46@2x](https://global.discourse-cdn.com/meta/original/4X/e/8/0/e806d11d59eb231f3c8b5f686347e679b11c19b4.png)

> 공유 링크에서 내 사용자 이름 숨기기

기본적으로 Discourse의 동작은 변경되지 않습니다:

```plaintext
/t/topic/123?u=username

```

사용자가 해당 설정을 활성화하면, 컴포넌트는 `u` 매개변수를 제거합니다:

```plaintext
/t/topic/123

```

다른 사용자는 여전히 공유 속성 및 관련 배지 진행도를 정상적으로 받게 됩니다.

## 설정

 ![CleanShot 2026-08-05 at 16.22.39@2x](https://global.discourse-cdn.com/meta/original/4X/c/3/2/c3239ac713d7d2210dc14da0c1da744a747a76ba.png)

컴포넌트를 사용하기 전에, 선택적이며 편집 가능한 **확인/체크박스** 사용자 정의 필드를 생성하세요. (`/admin/config/user-fields`)

해당 필드의 편집 URL에서 숫자 ID를 찾아 그 숫자를 컴포넌트의 `clean_share_url` 설정에 입력하세요.
