私のコード:
<script src="http://apis.google.com/js/plusone.js" type="text/javascript"></script>
<g:plusone id="googleModuloContentButton" href="http://www.mywebsite.com/?IDL=1" size="medium"></g:plusone>
Google+ バッジを作成します。しかし、クリックハンドラーの場合は、次のようにします。
gapi.plusone.render('googleModuloContentButton', {
href: "http://www.mywebsite.com/?IDL=2"
});
+1の宛先リンクは変更されません...最初のレンダリングで設定されたものです。なんで?どうすれば修正できますか?