# Only allow link sharing?

**URL:** https://meta.discourse.org/t/only-allow-link-sharing/121248
**Category:** Support
**Created:** [June 25, 2019, 7:38am UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248 "2019-06-25T07:38:22Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![agawley](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/agawley/32/147629_2.png) [@agawley](https://meta.discourse.org/u/agawley)
#### Post date: [June 25, 2019, 7:38am UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/1 "2019-06-25T07:38:22Z")

</div>

Hi there

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?

Thanks!

---

<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: [June 25, 2019, 12:24pm UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/2 "2019-06-25T12:24:40Z")

</div>

Where there is a will there is a way, but there isn’t an obvious technical one. I’d recommend just making that a community norm. You can have a per category topic template that could tell users to include only a URL.

A URL is hardly civilized discussion. You’d need a plugin to enforce it.

Edit: boy, was I wrong!

---

<div class="post-metadata">

### Author: ![agawley](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/agawley/32/147629_2.png) [@agawley](https://meta.discourse.org/u/agawley)
#### Post date: [June 25, 2019, 5:19pm UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/3 "2019-06-25T17:19:03Z")

</div>

I want a forum where each thread represents a link to an article and we have civilised discourse about it (sort of like hacker news). If I’m trying to put a square peg in a round hole then happy to look at another solution. Also happy to look at plugins (or write a plugin!) but also don’t want to try to force something unintended.

As you may have guessed I am a complete discourse newbie.

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [June 25, 2019, 6:06pm UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/4 "2019-06-25T18:06:51Z")

</div>

I’m not quite sure. AMaybe fit?

[https://meta.discourse.org/t/links-category-for-discourse/43532](https://meta.discourse.org/t/links-category-for-discourse/43532)

Perhaps the plugin can be slightly modified.

---

<div class="post-metadata">

### Author: ![agawley](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/agawley/32/147629_2.png) [@agawley](https://meta.discourse.org/u/agawley)
#### Post date: [June 25, 2019, 6:32pm UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/5 "2019-06-25T18:32:37Z")

</div>

Will give it a try. Thank you!

---

<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: [June 25, 2019, 11:38pm 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”.

---

<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: [December 14, 2022, 2:27am UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/7 "2022-12-14T02:27:22Z")

</div>



---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [December 14, 2022, 5:11am UTC](https://meta.discourse.org/t/only-allow-link-sharing/121248/8 "2022-12-14T05:11:16Z")

</div>


