Widget by Tock

Hi there, I built a site for a company. They are wanting to add a widget they created on Tock to their Restaurant’s page for reservations. I just spent an hour on the phone with Wix trying to figure out why the Tock directions were not successfully adding the widget to the page. We did not figure it out so she told me to contact you.

Here is the link from Tock, with everything we should need:

The wix representative and I added the HEAD code to our site’s custom code, but once we got to step two… we tried adding it to the coding under the DEV MODE actions, and did not have any luck with the widget becoming visible or available to use on the published site.

Please let me know how we can get this widget functioning on the Restaurant page of the site.

Thank you, Karli
307-887-2319

have you had any luck with this?

Put this code into HTML-COMPONENT!
Maybe you will have to expand this code to give your component more possibilities and functions and connect it to wix site (connect to your data).

<html>
<head>
<title>

<a</title>
  <script>    !function(t,o,c,k){if(!t.tock){var e=t.tock=function(){e.callMethod?    e.callMethod.apply(e,arguments):e.queue.push(arguments)};t._tock||(t._tock=e),    e.push=e,e.loaded=!0,e.version='1.0',e.queue=[];var f=o.createElement(c);f.async=!0,    f.src=k;var g=o.getElementsByTagName(c)[0];g.parentNode.insertBefore(f,g)}}(    window,document,'script','https://www.exploretock.com/tock.js');    tock('init', 'valleoncafeandsteakhouse');    </script>
</head>

<body>
  <div id="Tock_widget_container" data-tock-display-mode="Inline" data-tock-color-mode="Blue" data-tock-locale="en-us" data-tock-timezone="America/Denver" data-tock-offering="260310"></div>
</body>
</html>