Tweet button generates "undefined" as Title and, at the homepage, all the buttons don't generate the URL and the Title of the post. Instead, shows up the Title and the URL of the blog.
My blog http://testeinspiration.blogspot.com.br/
My code
<!-- AddThis Button BEGIN -->
<div class='addthis_toolbox addthis_default_style '>
<a class='addthis_button_facebook_like' fb:like:layout='button_count'/>
<a class='addthis_button_tweet' tw:via='nanydng'/>
<a class='addthis_button_google_plusone' g:plusone:size='medium'/>
<a class='addthis_button_pinterest_pinit'/>
<a class='addthis_counter addthis_pill_style'/>
</div>
<script type='text/javascript'>var addthis_config = {"data_track_addressbar":true};</script>
<script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4fe1d0000e6e595a' type='text/javascript'/>
<!-- AddThis Button END -->
Please, help me. Thanks.