This is similar to this question
I am trying to build a url that populates a post for someone to share on LinkedIn. Following their guide I am using the url
https://www.linkedin.com/shareArticle
?url=<uriecodedurl>
&mini=true
&title=<uriencodedtitle>
&summary=<uriencodedwords>
&source=<uriencodedwords>
and also &text=hello
from another SO Q.
This creates the post alright, but gets redirected and all the queries are removed except url
. The share/post then contains the website with the title & summary from the meta tags, but I cannot work out how to pre-populate the text in the post.
So my question is, is it possible to pre-populate a post, and if so, how?
For example, with the twitter sharing url, I can use the &text=words
to populate a tweet that the user can edit before posting.