Why did my Facebook Like Badge with counter stop showing on my website. www.IntesiResources.com.
This is the code I have been using for over a year and it just stopped showing in all browsers:
<!-- AddThis Button BEGIN -->
<div style="text-align: center;">
<div class="addthis_toolbox addthis_default_style ">
<div style="text-align: center;">
<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:action="Like"></a>
<a class="addthis_button_tweet" tw:via="addthis"></a>
<br><br><a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_button_googlebuzz"></a>
<a class="addthis_button_linkedin"></a>
<a class="addthis_button_delicious"></a>
<a class="addthis_button_digg"></a>
<a class="addthis_button_stumbleupon"></a><br /><br />
<a class="addthis_button_favorites"></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_print"></a>
<span class="addthis_separator">|</span>
<a href="http://www.addthis.com/bookmark.php?v=250&pubid=ra-4d9b75d71e646c19"
class="addthis_button_compact" style="text-decoration:underline;">Choose More</a>
</div>
</div>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4d9b38f770cfc9f9"></script>
<!-- AddThis Button END -->
This question is closed to new answers.