Hi, thanks…I have looked at your page. The issue seems to be that you have the Cloudflare Rocket Loader plugin enabled. This is modifying the TwineSocial script in a way that breaks it. To fix it, either a) disable the Rocket Loader plugin, or b) load your TwineSocial script natively (bypassing the TwineSocial WordPress plugin).
If you choose the latter approach, you will need to add the data-cfasync="false"
parameter to your TwineSocial script tag as described here.
You can get the script tag for your TwineSocial hub inside your TwineSocial Administrator Console. It will look something like this:
<script data-cfasync="false" type="text/javascript" id="twine-script" data-instance-id="7226ee1d" src="//apps.twinesocial.com/embed?app=DarwinDay&lang=en"></script>
Additional documentation is here. Hope that helps!