I'd like to add Google +1 into the area where the follow code shows Twitter, StumbleUpon and email. But I can't find the code for Google +1 anywhere in the AddtoAny help pages.
<!-- AddToAny BEGIN -->
<div class="a2a_kit a2a_default_style">
<a class="a2a_dd" href="http://www.addtoany.com/share_save"></a>
<span class="a2a_divider"></span>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_stumbleupon"></a>
<a class="a2a_button_email"></a>
</div>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<!-- AddToAny END -->
Is it something like:
<a class="a2a_button_plus1"></a>
??