Hi,
I created a static block with AddThis Foolow Tools code inside,however after saving the block the part of code, "addthis:userid=111111",is removed by Magento. Is there any way to override this behaviour?
Code before static block is saved:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="116966661681373"></a>
<a class="addthis_button_twitter_follow" addthis:userid="shiptonheneage"></a>
<a class="addthis_button_google_follow" addthis:userid="116394959385751282679/posts"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=shiptonuk"></script>
<!-- AddThis Button END -->
Code after :
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style"><a class="addthis_button_facebook_follow"></a> <a class="addthis_button_twitter_follow"></a> <a class="addthis_button_google_follow"></a></div>
<script src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=shiptonuk" type="text/javascript"></script>
<!-- AddThis Button END -->
Thanks a lot