Bot loading twice on page?

(Mitch Smith) #1

For some reason the bot is loading 2 times on the page - when I remove it, it goes away. When I add it back, it loads twice again. I’ve removed my caching plugin and still appears to be doing this.

This is what I am using (not sure about the implementation - still trying to figure out how to get it to load automatically with a delay.

function messengerReady() {
// Wait until the messenger is fully
// ready, then send a message
FxoMessenger.create();

});

}

<script src=... The debugging console shows these items are loading: It looks like this: Stumped - I appreciate any suggestions.
(Mitch Smith) #2

Nevermind! Guess I never noticed the chat bubble at the bottom. I thought it was loading twice but I must be trippin’.