# Is it possible to use the “New Topic” component outside of discourse forum?

**URL:** https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134
**Category:** Feature
**Created:** [27.Апрель.2019 18:35:33 UTC](https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134 "2019-04-27T18:35:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JKBaseer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkbaseer/32/80471_2.png) [@JKBaseer](https://meta.discourse.org/u/JKBaseer)
#### Post date: [27.Апрель.2019 18:35:33 UTC](https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134/1 "2019-04-27T18:35:33Z")

</div>

Hello guys,  
While I was browsing through some excel forums, I found this widget.

 ![image](https://global.discourse-cdn.com/meta/original/3X/1/e/1ed8518679c6382238705573148905ef4250d5f9.jpeg)  
On TOP/middle of a content, there is this widget that allow people to ask some questions. In discourse terms, it allow people to create new topic (the question).

Use case1:  
A user come to a blog , while reading the article in middle of somewhere , he click this widget and create conversation

Use case2: a CTA button on any online material I want, when people click \> it direct them to discourse forum but also open the new topic input box. Basically Like a deeplinks in mobile app.

So this in many places, I can encourage people to initiate new topics and that helps the engagement

Correct me if am missing anything here! Thanks for advising on this.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [27.Апрель.2019 19:54:13 UTC](https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134/2 "2019-04-27T19:54:13Z")

</div>

There have been requests for this in the past, usually it’s to embed a reply box for blog comments and that kind of thing. AFAIK there’s no plan to create an ‘off discourse’ posting experience within core.

It _is_ possible today to embed something on your site which begins a topic using either email or the API, but there are lots of rough edges and spam vectors, particularly if you aren’t validating the identity of the requestor.

---

<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: [27.Апрель.2019 20:11:09 UTC](https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134/3 "2019-04-27T20:11:09Z")

</div>

Discourse doesn’t allow non-registered users to create topics, so that won’t work.

If you want to promote this to a website where most people have an account in the Discourse system, you can create a simple website and the form should use the `GET` action and send users to the new topic URL:

https://codepen.io/xfalcox/embed/preview/bJZbYL/?theme-id=0&default-tab=result

---

<div class="post-metadata">

### Author: ![JKBaseer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jkbaseer/32/80471_2.png) [@JKBaseer](https://meta.discourse.org/u/JKBaseer)
#### Post date: [04.Май.2019 10:52:45 UTC](https://meta.discourse.org/t/is-it-possible-to-use-the-new-topic-component-outside-of-discourse-forum/116134/4 "2019-05-04T10:52:45Z")

</div>

Thanks @Falco  
It was a clear code and we tested in few places. Work smoothly

 ![image](https://global.discourse-cdn.com/meta/original/3X/c/9/c97145f61fcb70c9dfe8ace27dfe5cb5062cdb50.jpeg)

Also this solution has generated many ideas where we can just change the css and make it native \> then pull lot of conversation to the platform .
