<g:plusone callback=gp1cb></g:plusone>
and in the javascript
gp1t=new Array();
function gp1cb(gp1v)
{
alert(gp1v.href);
gp1t[gp1v.href]=gp1v.state;
}
Sometime it works, sometime it does not work.
I can not find anything wrong.
I give a plus 1, and sometimes the callback function is not called
I take a plus 1, and sometimes the callback function is not called
but the 1+ button count reacts on my action.