andrewchen
(Andrew Chen)
6 februari 2015 om 18:46
1
Making it easier to post a link (with a required comment) would be a nice way to stimulate conversation especially in small/early Discourse forums.
Has anyone looked into making a chrome extension or bookmarklet to make it easy to post a link into Discourse?
If not, would anyone else want this?
4 likes
cpradio
(cpradio)
6 februari 2015 om 19:05
2
Why is it difficult to post a link in Discourse?
andrewchen
(Andrew Chen)
6 februari 2015 om 20:15
3
Hereās the workflow for a bookmarklet:
see an article you like
click a button
takes you to the forum with the link prepopulated
type in a message, click post
versus:
see an article you like
make a new tab
go to the forum
click new post
switch back to the old tab
copy the url
switch back to the forum tab
paste into the forum
click post
Itās more than 2x the number of steps, and for a casual user, itās too much work. I think it would be a meaningful way to add new content into a forum, especially for a small/new community.
You can become 22% more efficient by copying the URL before leaving the original page, if that helps.
5 likes
We found at Stack Exchange that users definitely know how to copy and paste links in their browser, and often prefer that to manual āshareā buttons.
The data 100% supported this hypothesis, every time we looked.
(Possible it might be a bit different in mobile, where ātap and holdā is required to copy links.)
andrewchen
(Andrew Chen)
7 februari 2015 om 16:35
6
Jeff,
not arguing that people donāt know how to do it, just saying itās a lot more convenient to do it. This is why tweet buttons exist, Buffer, plus extensions for pinning to Pinterest, etc. All about making it easy.
Iām guessing this is possible but again, requires a plugin?
sam
(Sam Saffron)
7 februari 2015 om 20:56
7
This should not require a plugin, I would be happy to have a feature that allows you to do something like
http://sitename.com/new-topic?title=some+title&body=some+body&category=come+category
At the moment though it is not yet supported.
6 likes
andrewchen
(Andrew Chen)
7 februari 2015 om 21:17
8
Yes, that would be great. That would make it simple to build āPost to discourseā or bookmarklets and the link.
Yes there are a few other topics here requesting that already.
thump
(Zack)
8 februari 2015 om 04:48
10
Yep - part of my post for being able to click a link and have the body and title filled out. That would be perfect.
andrewchen
(Andrew Chen)
31 maart 2015 om 18:19
11
Hi Sam,
any update on getting this URL? It sounds like itās getting requested by a few folks, and it would be great to have.
Sure, I like this idea @techapj can you add it to your list?
3 likes
andrewchen
(Andrew Chen)
26 april 2015 om 18:08
13
Any update from @techapj ?
techAPJ
(Arpit Jalan)
27 april 2015 om 03:38
14
I tried to get this feature in last week, but itās more work than expected. Will get it done this week.
techAPJ
(Arpit Jalan)
28 april 2015 om 18:55
15
Just sent a PR for this feature
discourse:master
ā arpitjalan:patch-2
opened 06:35PM - 28 Apr 15 UTC
[Brief feature spec here](https://meta.discourse.org/t/bookmarklet-or-chrome-ext⦠ension-for-posting-links-to-a-discourse/24919/7?u=techapj).
Create topic via URL params like:
```
http://forum.example.com/new-topic?title=topic%20title&body=topic%20body&category=category_name
```
See:
Discourse now supports composing a new (pre-filled) topic via URL! To compose a new pre-filled topic, modify URL params like this:
https://discourse.example.com/new-topic?title=topic%20title&body=topic%20body&category=category/subcategory&tags=email,planned
This will open composer window pre filled with topic title, body, category and tags.
Breaking down the link / URL to show the available options, we have:
the base URL / link: https://discourse.example.com/new-topic
the ? URL operator toā¦
5 likes