I am using the Google+ JavaScript API, and currently the number of my Google+ accounts is not displayed on the website.
Note. I use the JavaScript API for Google+
This is the code I tried
<script src="apis.google.com/js/platform.js" ; async defer></script> <div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-height="60"> </div>
source share