Skip to content

Instantly share code, notes, and snippets.

@janzenz
Created June 11, 2018 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janzenz/2d06dff74020211907373f9340d7287d to your computer and use it in GitHub Desktop.
Save janzenz/2d06dff74020211907373f9340d7287d to your computer and use it in GitHub Desktop.
Zocdoc Widget Script
<script>
(function (d) {
var script = d.createElement('script'); script.type = 'text/javascript'; script.async = true;
script.src = '//offsiteschedule.zocdoc.com/plugin/embed';
var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
})(document);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment