It would be really nice if links shared to the Title instead of (just) the Post body so that the Title was populated automatically just like it does if you do that within a site.
Is there any reason why the Post body is the target?
It would be really nice if links shared to the Title instead of (just) the Post body so that the Title was populated automatically just like it does if you do that within a site.
Is there any reason why the Post body is the target?
Would you accept a PR here or is there a reason why it was done this way?
@Falco what PR introduced this feature (I had a look but couldnāt track it down)?
This been a loooooong time ago, but wonāt this break when you arenāt sharing a link but a textual content?
At least youād had to detect if the sharing text is a link and send it to the proper field.
Yeah, thatās presumably more challenging because arenāt you just GETing a URL e.g. https://blah.com/new-topic? ...
But happy to take a look
If most sites are sending just a URL nowadays Iād be happy with the change.
Iāve found the code and Iāll take a look if we can handle both ⦠but agree URLās are probably sent 99% of the time, so worth considering ā¦
OK Iāve worked out how to support both:
Currently the update is in a working plugin:
Iāll submit this as a PR as really a no brainer.
Tested this on both Android and Windows (Edge) PWAs and seems to work great.
PR is here: