I've added the Google Plus button with the following codes:
<a class="addthis_button_google_plusone" g:plusone:size="Medium"></a>
<a class="addthis_button_google_plusone" g:plusone:size="Standard"></a>
But no matter what I do it seems to show up as the small version. Bug or is something on the website conflicting?
http://dev.pacificsands.com/index.php
Have you tried making the parameter all lowercase, e.g.
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
This question is closed to new answers.