custom urls (addthis:url) are not working in IE8/IE9 anymore

knaing May 31, 2012 10:53AM EDT

Hi,

Code below is the whole html source of the test file. Custom urls are not passing to addthis in IE8/IE9. It is just grabbing the current url and posting to facebook. It works with Firefox and Chrome.

It was working before. Please advise.

Thanks.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>title test</title>
</script>
</head>
<body>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1" addthis:url="http://www.google.com"></a>
<a class="addthis_button_preferred_2" addthis:url="http://www.google.com"></a>
<a class="addthis_button_preferred_3" addthis:url="http://www.google.com"></a>
<a class="addthis_button_preferred_4" addthis:url="http://www.google.com"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="ahttp://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc77edc3582b406"></script>
<!-- AddThis Button END -->

</body>
</html>



Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers