Google + 有無javascript ? - Google

Table of Contents

舉例來說

Facebook有
javascript:
void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href))
));

Plurk有
javascript: void(window.open('http://www.plurk.com/?qualifier=shares&status='
.concat(encodeURIComponent(location.href)) .concat(' ') .concat('(')
.concat(encodeURIComponent(document.title)) .concat(')')));


不知道Google Plus有沒有類似的功能呢?

--

All Comments

Necoo avatarNecoo2011-08-25
當然有
Tracy avatarTracy2011-08-27
有請一樓分享