# Discourse Anonymous Post

**URL:** https://meta.discourse.org/t/discourse-anonymous-post/288464
**Category:** Plugin
**Tags:** unmaintained
**Created:** [December 13, 2023, 2:18am UTC](https://meta.discourse.org/t/discourse-anonymous-post/288464 "2023-12-13T02:18:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fokx](https://avatars.discourse-cdn.com/v4/letter/f/958977/32.png) [@fokx](https://meta.discourse.org/u/fokx)
#### Post date: [December 13, 2023, 2:18am UTC](https://meta.discourse.org/t/discourse-anonymous-post/288464/1 "2023-12-13T02:18:18Z")

</div>

| | | |
| --- | --- | --- |
| ℹ | **Summary** | allows posting as anonymous user via a button in composer, without the need to switch to anonymous mode |
| 🛠 | **Repository Link** | [https://github.com/fokx/discourse-anonymous-post](https://github.com/fokx/discourse-anonymous-post) |
| 📖 | **Install Guide** | [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157) |

  

### Features

- currently only support reply
- currently all users share **one** anonymous account

### Configuration

enable it, and then configure `anonymous post user ` (the anonymous identity you want to post as, you need to create one if it does not exist yet)

### TODO

- support ‘create new topic anonymously’
- support ‘different identity for each user’
- rate limit (by IP / user)
- add configuration to limit anonymous posting to certain categories

## Acknowledgements

Greatly inspired and helped by [communiteq/discourse-anonymous-categories](https://github.com/communiteq/discourse-anonymous-categories) and [muhlisbc/discourse-scheduled-reply-plugin](https://github.com/muhlisbc/discourse-scheduled-reply-plugin). Thanks ❤.

## Note

I don’t know why, but this plugin doesn’t work when [paviliondev/discourse-events](https://github.com/paviliondev/discourse-events) is installed and enabled.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [December 13, 2023, 8:01am UTC](https://meta.discourse.org/t/discourse-anonymous-post/288464/2 "2023-12-13T08:01:08Z")

</div>

One small cosmetic request: order of buttons. Reply should be first and after that anon reply. And anon could be use not-so-CTA color.

The reason is simple. Quite often we would like to see normal posts with names, not by anons. But sure, this depends.

And… if there is need to offer just anon-posts in some category, we have a plugin to that purpose, but this could be alternative if we can hide ordinary reply-button. CSS is the easiest way I reckon.
