このjavascriptから何か不足しているものがあれば、誰でも見ることができますか?googleplusのjavascriptコード
function john() {
var w = 480;
var h = 380;
var x = Number((window.screen.width - w)/2);
var y = Number((window.screen.height - h)/2);
window.open('https://plus.google.com/share?url=' + encodeURIComponent(location.href) + ' & title = '+encodeURIComponent(document.title),'
','
width = '+w+', height = '+h+', left = '+x+', top = '+y +',
scrollbars = no ');
私は、Museウェブサイトのgoogleプラス共有コードに取り組んでいます。前もって感謝します。
ここに開始:ここで動作するコードですhttp://stackoverflow.com/help/how-to-ask – ppovoski