Here's the scene:
- The webpage doesn't have a google+ button.
- User clicks a button.
- AJAX request is sent which loads some text and the google+ button (
<g:plusone href="http://www.website.com"></g:plusone>
) into adiv
. - I can see when I look at the code that it is there, but it is not rendering.
I've heard that this might be useful:
gapi.plusone.go();
But I'm not sure.
Any ideas?
Thanks
gapi.plusone.go()
. It is better to pass it the id the of the container div. – Penalty