Anexar um evento click () ao botão do Google Plus?

Gostaria de adicionar uma mensagem de alerta na página quando um usuário clicar no botão 'g +'. como posso conseguir isso?
aqui está o código:

<g:plusone href="http://test.com//" annotation="inline" width="300"></g:plusone> 
<script type="text/javascript"> 
 (function() { 
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

questionAnswers(2)

yourAnswerToTheQuestion