• I am trying to have the schedule once ‘widget’ in my page so that it appears at the bottom right. Schedule once simply says to copy the code and place it in your site. I don’t know where to put the code so that it works.

    here’s the code:
    <script type=”text/javascript”>if (window.attachEvent) { window.attachEvent(‘onload’, loadSoeJs); } else { if (window.onload){ if (typeof isSeoFunctionLoaded == ‘undefined’) {isSeoFunctionLoaded = false;}if(!isSeoFunctionLoaded){var curronload = window.onload; var newonload = function (evt) { curronload(evt); loadSoeJs(evt); }; window.onload = newonload; isSeoFunctionLoaded = true;}} else { window.onload = loadSoeJs; }}function loadSoeJs() { var head = document.getElementsByTagName(‘head’).item(0); var js = document.createElement(‘script’); js.setAttribute(‘type’, ‘text/javascript’); js.setAttribute(‘src’, ‘//cdn.scheduleonce.com/mergedjs/ScheduleOnceEmbed.js’); js.setAttribute(‘defer’, ‘true’); js.async = true; head.appendChild(js); }</script><script type=”text/javascript”>(function(){function SOEScriptLoaded() { if(typeof soe != ‘undefined’) {soe.InitWidget(“//secure.scheduleonce.com/eyp-Earthyp?thm=white&bc=006DAF&tc=FFFFFF”,’eyp-Earthyp’,”Book Your Session Now”,”rgb(0, 109, 175)”,”rgb(255, 255, 255)”,”1,3,2″,”Call Us”,”+1-800-555-0199_so_phone_sep_”,”Email Us”,”Send”,”rgb(255, 255, 255)”,”rgb(0, 109, 175)”,”[email protected]”,”ScheduleOnce Mailer”,”Thank you for your message.<br />We will get back to you as soon as we can.”,”17″,”40″,”AlaskaYellowpages.com”,”Free 1-on-1 Consultation”,”rgb(255, 255, 255)”,”rgb(51, 51, 51)”,”right”,”Mjg3NDA3″); soe.AddEventListners(); } else { setTimeout(SOEScriptLoaded,500); } } setTimeout(SOEScriptLoaded,500)})()</script>

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The ideal place for the JavaScript code is in your footer.php file within your theme right before the closing </body> tag. If you’re not using your own custom theme, make a child theme so your changes aren’t overridden.

    Thread Starter earthypwordpress

    (@earthypwordpress)

    Is there a place on the Dashboard I can go to to paste in the code?

    Thread Starter earthypwordpress

    (@earthypwordpress)

    Can anyone help with how I put the code into something on the dashboard? I think I did it once but can’t find the place? I’m not particularly tech savvy but I remember pasting the code into a box…can’t remember where.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Schedule Once Integration’ is closed to new replies.