On my site - www.rsjswenson.com - I have this code, but the Google Plus button is missing! Can you help?
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="rsjswenson"></a>
<a class="addthis_button_twitter_follow" addthis:userid="rsjswenson"></a>
<a class="addthis_button_google_follow" addthis:userid="/u/0/b/108625207647952939727/108625207647952939727/about"></a>
<a class="addthis_button_youtube_follow" addthis:userid="rsjswenson"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4eee11887d92e344"></script>
<!-- AddThis Follow END -->
You're entering the wrong value for the Google follow button, which is why it's not showing up. All you need is the user ID, so do this:
<a class="addthis_button_google_follow" addthis:userid="108625207647952939727 "></a>
This question is closed to new answers.