I figured out a solution that still uses the AddThis plugin. I needed to use AddThis because I’m using the shopp plugin, and it seems to be the only sharing plugin that doesn’t conflict with shopp.
I installed the Pinterest “Pin It” Button plugin. Under the settings I selected the same pages for it to appear on as my AddThis settings. I left all of the boxes unchecked for where it should appear so I could use the code manually. Then for the CSS, I put this:
.pin-it-btn {
margin-left: 35px;
position: absolute;
}
Then in the AddThis settings, I clicked on the custom button setting, and pasted this:
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet" tw:via="addthis"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style addthis_nonzero"></a>
<a class="pin-it-btn" title="Pin It on Pinterest" href="void(0)"></a>
</div>
This gives a Facebook Like button, twitter, google+, AddThis, and Pinterest. If you add any other buttons, you might need to change the CSS code for the Pinterest button. It seems to work great. The Pinterest button doesn’t have a counter though. But, when someone clicks on it, they can choose which photo to pin. You can see it here on my blog:
https://www.TraciBunkers.com/blog