I want to open a google share dialog with some data, I use this as of now:
var GOOGLE_BASE_URL = "https://plus.google.com/share?url=";
url += GOOGLE_BASE_URL + urlToShare;
window.open(url, null, DIMENSIONS);
How can I set the text that will be the inserted into the comment section?