Create new topic via URL and set tag or category

Hi,
I’m trying to use a simple html <a> to open a URL like

http://mysite.com/new-topic?title=topic%20title&body=topic%20body&category=actions

It works for title and body, but I’m not able to set the category via URL. Is it possible?
And is it possible to set a tag?

I need to do it via a simple click.

Thank you

3 Likes

It should work ok as per here:

https://url.com/new-topic?title=topic%20title&body=topic%20body&category=category/subcategory&tags=email,planned

For example:
https://meta.discourse.org/new-topic?title=topic%20title&body=topic%20body&category=support&tags=email,planned

9 Likes

If it’s not working @techAPJ can follow up; it should be working!

1 Like

It works great!!

It was my error: I was writing the category slug and not the category name.

Thank you

6 Likes

This has come up before @techAPJ. Bit me personally back in the day. Any reason why we only support name and not slug?

1 Like

Not sure actually. Might be because slug sounds technical.

It can either support name or slug. Should we deprecate name in favour of slug?

They are different things. Name does not equal slug.

Name would be

Games and Fun

slug would be

games-and-fun

1 Like

I understand. By “slug sounds technical” what I meant was not everybody would understand the difference between name and slug. That’s why I added support for name instead of slug.

Moreover, name could be Quick: Unreliable Information Causes Knowledge and slug could be quick. So it’s not as easy at it sounds to deprecate name in favor of slug…

2 Likes

I do think site owners who are familiar with how the web works should understand the word “slug”, so it is not that technical IMO.

1 Like

Not anymore :slight_smile:

https://github.com/discourse/discourse/commit/c84415b1f2af48478f3356511ce67ba8710f76a5

4 Likes