Schedule Once Integration
-
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]
The topic ‘Schedule Once Integration’ is closed to new replies.