Embedded Timetable
You can embed your live bookable timetable into your website with a few short lines of code.
Ensuring you have the Influx library embedded into your site you simply need to enter the following HTML where you would like the timetable shown (as well as replacing the slug with your unique value).
<script type="text/javascript">
Influx.timetable({slug:'YOUR_SLUG_HERE'});
</script>