Hi there,
On some of the tweets generated through our AddThis Twitter button, the Tweet starts with: "[object HTMLImageElement]" . The weird thing is that it does not occur from my Win 7 PC but occurs when tested from my co-worker's MAC.
The site is: http://aliblog.alibaba.com/
Our code is:
<!-- AddThis Button BEGIN -->
<div style="padding-top: 15px; margin-bottom: -5px;" class="addthis_toolbox addthis_default_style" addthis:url="<?php the_permalink() ?>">
<a class="addthis_button_linkedin_counter"></a>
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
<script type="text/javascript">var addthis_config = {data_ga_property: 'UA-4180524-1', data_track_clickback: true};</script>
<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f8625f35f0b7710"></script>
<!-- AddThis Button END -->
Any help with this would certainly be appreciated.
Thank you,
Heiko