('#main-block').on('click', '.social .gplus-icon', function(event){
var link = $(this).parents('.post').children('.description').children('a').attr('href');
var url = 'https://plus.google.com/share?url='+link;
window.open(url, 'Share', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');
return true;
});
私はウェブアプリに取り組んでおり、私の問題は次のとおりです。
通知目的で google plus share api からの応答が必要です