I have not problem with using the AddThis button to like my webpage, however I am trying to specify the url to point to my fb business page. Once I add in the fb:like:href command, it clearly realizes the correct account (it shows the correct number of likes as associated with the fb business page), however when I click on like it temporarily "greys" and shows a plus one (going from 2 likes to 3), but within a second changes back to the unclicked, 2 likes version. I have double checked and the likes are not being posted.
Below is the code:
<!-- AddThis Button BEGIN -->
<div style="text-align:center; margin:0 0 0 30px;">
<div class="addthis_toolbox addthis_default_style"><a class="addthis_button_facebook_like" fb:like:href="http://www.facebook.com/FindYogaNow"></a> <a class="addthis_button_tweet"></a> <!--
<tr>
<td><a class="addthis_counter addthis_pill_style"></a></td>
<td><a class="addthis_button_google_plusone"></a></td>
</tr>
--></div>
</div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f93364e218ee695" type="text/javascript"></script>
<!-- AddThis Button END -->
Any help would be appreciated!
~Drew