# リンク共有のみを許可しますか？

**URL:** https://meta.discourse.org/t/only-allow-link-sharing/121248
**Category:** Support
**Created:** [2019 年 6 月 25 日午前 7:38 UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248 "2019-06-25T07:38:22Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2019 年 6 月 25 日午後 11:38 UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/6 "2019-06-25T23:38:54Z")

</div>

> [@agawley](#):
>
> I want to create a Discourse backed forum where the original post in a topic can ONLY be a link to a website. Is there a way to do that?

You can experiment with simple solution.

Add this CSS:

```css
div#reply-control.topic .d-editor {
    display: none;

```

It will hide the text-area only in the topic creation composer. Then change the text (Admin \> Customize \> Text Content) in the title to say “paste a link here”.

---

_[View the full topic](https://meta.discourse.org/t/only-allow-link-sharing/121248)._
