12 Messages
•
290 Points
Schedule Feed
I want to add our course schedule feeds to our site using Website Builder. I am good with the HTML embed element but it needs more coding. I can
Here are the instructions from our course management provider:
The Enrollware schedule feed allows you to incorporate a dynamic class schedule within your web pages. Multiple class lists can be created by course type and location. The feed uses Jquery and a custom Jquery plugin, along with a css file for styling your class list.
To use the feed, download and install the .js and .css file. Then set up a page with the jquery call as shown below, replacing the sitename and course id with the appropriate values. The sitename is the hostname for your main Enrollware schedule, i.e. sitename.enrollware.com.
$('#container').enrollware({
feed: "https://your-site-name.enrollware.com/registration/schedule-feed.ashx?courseid=your-course-id"
});The "courseid" is a required querystring variable. Other optional variables that may be used include:
- &locationid=nnnn - filters the results to one specific location in your system
- &clientid=nnnn - filters the results to one specific client in your system
- &all=1 - includes classes that are marked as private (not listed online)
A zip file of this demo page and required files is located here.
Any help or direction to find help is appreciated.
No Responses!