# TL0 신규 사용자를 위한 웹사이트 및 프로필 내 클릭 가능한 링크

**URL:** https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435
**Category:** Support
**Created:** [3월 26, 2023, 3:02오전 UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435 "2023-03-26T03:02:59Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [3월 26, 2023, 4:30오전 UTC](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435/3 "2023-03-26T04:30:33Z")

</div>

안녕하세요, Alex님! 환영합니다.

웹사이트 링크에 대해 말씀드리자면, [테마나 컴포넌트](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)에 아래 JS를 삽입해 보실 수 있습니다:

> **Head**
>
> ```js
> <script type="text/discourse-plugin" version="0.8">
> 
> api.modifyClass("controller:user", {
> pluginId: 'enalbe-tl0-website-link',
> linkWebsite: true
> });
> 
> api.modifyClass("component:user-card-contents", {
> pluginId: 'enalbe-tl0-website-link',
> linkWebsite: true
> });
> </script>
> 
> ```

소개(Bio)에 대해서는 아직 방법을 정확히 모르겠습니다. 백엔드에서 처리됩니다(요약, 링크 제거).

---

_[View the full topic](https://meta.discourse.org/t/clickable-links-in-website-and-bio-for-tl0-newuser/259435)._
