My current project involves using a basic JavaScript popup window to show a Share with LinkedIn dialog. I found a solution on this thread: How to make a custom LinkedIn share button.
https://www.linkedin.com/cws/share?url=http%3A%2F%2Fgoogle.com
I am curious if there is a way to include a title and description in the query string. I noticed that it works automatically with the Google example. Any advice would be greatly appreciated.