I am looking to include a separate AddThis JS file.
Currently, it is using its own CDN link:
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xxx"></script>
I attempted to copy all the code and create my own addthis.js
file, but unfortunately, it did not work as expected.
I also experimented with the following:
<script type="text/javascript" src="addthis.js#pubid=xxx"></script>
However, this attempt was unsuccessful as well.
If anyone has suggestions on how to resolve this issue, I would greatly appreciate your input.
Thank you.