Has anyone gotten any of the Google Plus share tools to work? We have tried several, and none of them work, all of them give errors. I searched around and it seems that there might be a problem with the Google + on IE 8 and higher and if you are using a "meta generator" tag. We are not using that tag and I cannot get Google + to work in any browser!
Code for the bar we are implementing is below. All the other tools work fine AND I can share to Google plus if I use the icon in the AddThis toolbox, just not from the icon. I get that triangle with exclamation point error.
Finally, I found this online too, but this doesn't make any sense to me:
"The Google Plus One badge allows you to easily link to your Google Plus One profile, not sharing to Google+"
from http://support.addthis.com/customer/portal/questions/184928-custom-icon-for-google-not-working-in-toolbox
So, is this saying that we can't share to Google +? Again, it works fine from the addthis toolbox. It there just no "direct" function for this feature?
JOEL
PS We had to echo the device code because that was causing an error too!
<div id="AddThis" width="200" >
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" <%="fb:like:layout"%>="button_count" style="width: 75px !important;"></a>
<a class="addthis_button_tweet" style="width: 80px !important;"></a>
<a class="addthis_button_google_plusone" <%="g:plusone:size"%>="false" style="width: 60px !important;"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e52ad320ddf32ae"></script>