Last active
June 7, 2019 00:05
-
-
Save mizejewski/d5e2a371a7ffe4b35f8e604c14f266fc 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- for Min-Lin ID 3941 --> | |
| <script src="https://api3.libcal.com/js/myscheduler.min.js?002"></script> | |
| <script> | |
| jQuery(function(){ | |
| jQuery("#mySched3941").LibCalMySched({ iid: 138, uid: 3941, 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