in content/references/java-chassis/1.x/gitbook/gitbook-plugin-sharing/buttons.js [14:17]
'onClick': function(e) {
e.preventDefault();
window.open('http://twitter.com/home?status='+encodeURIComponent(document.title+' '+location.href));
}