How to activate drift message box?

Hello Guys, Today I will be sharing my experience on activating drift message box after certain specific time. I had achieved this by using javascript setTimeout() function. You can paste this code on theme custom js file or can use add_inline_script() function to add this script. var showwelcome_msg = function () { setTimeout( function() { drift.on(‘ready’, …