Skip to content

Instantly share code, notes, and snippets.

@mizejewski
Last active July 8, 2019 17:35
Show Gist options
  • Select an option

  • Save mizejewski/fd81a63ee29493771c8942a13a5188e7 to your computer and use it in GitHub Desktop.

Select an option

Save mizejewski/fd81a63ee29493771c8942a13a5188e7 to your computer and use it in GitHub Desktop.
Put the script in the hook 'After Content' to enable the link to make an appointment, Must also put the ID in the button element.
<!-- for Whit ID 921 -->
<script src="https://api3.libcal.com/js/myscheduler.min.js?002"></script>
<script>
jQuery(function(){
jQuery("#mySched921").LibCalMySched({ iid: 138, uid: 921, gid: 0, width: 500, height: 450, title: "Book Office Hours" });
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment