Skip to content

Instantly share code, notes, and snippets.

@mizejewski
Last active June 7, 2019 00:06
Show Gist options
  • Select an option

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

Select an option

Save mizejewski/4a0437abcc4f5e29a7fd133c795f2ecf 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 Geoff ID 15596 -->
<script src="https://api3.libcal.com/js/myscheduler.min.js?002"></script>
<script>
jQuery(function(){
jQuery("#mySched15596").LibCalMySched({ iid: 138, uid: 15596, 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