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 个赞
cpradio
(cpradio)
2015 年2 月 6 日 19:05
2
Why is it difficult to post a link in Discourse?
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 个赞
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.)
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)
2015 年2 月 7 日 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 个赞
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)
2015 年2 月 8 日 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.
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 个赞
Any update from @techapj ?
techAPJ
(Arpit Jalan)
2015 年4 月 27 日 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)
2015 年4 月 28 日 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 个赞