('#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 的响应以用于通知目的