Olark - See User Name

Hi Everyone - I’m connecting Olark to my app and want to show the name of a person if they’re logged in (or at the very least, confirm that a person is not logged in). I know that I need to add this snippet (below) but I don’t know where it needs to go or how to connect it to Bubble in particular.

This is the link to the instructions. https://www.olark.com/help/visitor-insights

Is this a lot more complicated than I realize? It seems like it should be part of the Olark plugin…

pinging this one…anyone?

Okay so I had a brief look at the link…
And it seems that the Olark API is to be “consumed” via Javascript…
(Basically that means it has to be run client side)

Bubble has an elegant way of running Javascript…
You have 2 options

  1. Go via the Plugin way
    2.Or else use the “HTML element” provided by Bubble to run the Javascript on your page
    Be sure to enclose the script within the “script” tag

thanks! Will take another look at this.