I was able to download an Add-This image and customize my code so I can use it on a Secure checkout page. I can't grab the images for Facebook, Twitter, etc. and the page generated the Popup about non-secure items. How do I get the little pictures so I can make my own secure code?
To use AddThis on an SSL you should access our code using a protocol-free URL, like this:
<script src="//s7.addthis.com/js/250/addthis_widget.js" type="text/javascript"></script>
This will automatically select the HTTP or HTTPS protocol depending on which protocol the parent page was loaded with
This question is closed to new answers.