# Chrome/Firefox extension "Share to discourse"

**URL:** https://meta.discourse.org/t/chrome-firefox-extension-share-to-discourse/21104
**Category:** Feature
**Created:** [October 14, 2014, 11:19am UTC](https://meta.discourse.org/t/chrome-firefox-extension-share-to-discourse/21104 "2014-10-14T11:19:17Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [July 10, 2017, 12:36am UTC](https://meta.discourse.org/t/chrome-firefox-extension-share-to-discourse/21104/11 "2017-07-10T00:36:30Z")

</div>

If you want a share link in your browser, make a bookmarklet with the javascript

```javascript
javascript:window.location="https://meta.discourse.org/new-topic?title="+window.location

```

(replace [meta.discourse.org](http://meta.discourse.org) with whatever discourse instance you want to share to).

That will open discourse, open the composer, and insert the link into the title of the topic. You can even [adapt that link](https://meta.discourse.org/t/compose-a-new-pre-filled-topic-via-url/28074) to make it share to a specific category, or pre-fill some tags.

The same approach could easily be used on any site to add a “share to forum” button or similar.

---

_[View the full topic](https://meta.discourse.org/t/chrome-firefox-extension-share-to-discourse/21104)._
