Overview:
If you are having trouble with the app loading slow, or if you would like to just speed up the loading of the Share the Love app, you can do so by following the quick step below.
Solution:
Paste the following snippet just before the closing </head> tag in your theme.liquid file.
This will manually load Share The Love to speed up the load times.
{{ 'https://sharethelove.w3apps.co/causes.js' | script_tag }}
<script type="text/javascript">
setTimeout(function() {
donationTrackerJS($);
}, 0);
</script>