Embed a Concourse Syllabus on Another Website

Embed a Concourse Syllabus on Another Website

Embedding the public view of a Concourse syllabus on another website is easy. Simply visit the Course > Info page, highlight and copy the code located under Embed, and paste that code into your destination website.  It will then look something like this when nested among the rest of your HTML:

<div>
  <p>Below is the Course Syllabus.</p>
  <iframe width="1024" height="768" src="http://yourdomain.campusconcourse.com/view_syllabus?course_id=21&embed_mode=1" style="width:100%"></iframe>
</div>

*Note: Feel free to adjust the width and height parameters to make sure the iFrame fits nicely around the syllabus within your website.

Finally, while this method can be used to embed the public syllabus view in your LMS, if you are interested in being automatically logged in and provided access to the syllabus editor from within the LMS, LTI integration will need to be setup by an administrator.


    • Related Articles

    • Syllabus Access

      Syllabus Access is a tool that provides insight into syllabus views. This tool is supported by an API and two new reports available in the Report Center. How to Use Syllabus Access Open a syllabus and click on the Users tab (it really is that ...
    • Upload a Syllabus

      This article will be most useful for syllabus editors, instructors, and faculty trainers at institutions that use unstructured syllabi (uploaded files). Overview There are lots of different ways that institutions can configure Concourse. If your ...
    • Setting Group Permissions en Masse

      This article will be most useful for Concourse Admins. Overview Group permissions can be set across your Concourse system, on large syllabus sets and on individual courses. Setting group permissions en masse is a good approach when a larger subset of ...
    • Setting Initial Group Permissions

      This article will be most useful for Concourse Admins. Overview The Initial Group Permissions allows System Administrators to configure group permission settings before a syllabus is ever created in Concourse. Setting Initial group permissions ...
    • Linking to External Sites in a Syllabus

      This article will be most useful for course developers, syllabus editors, and/or instructors who are able to edit syllabi. Overview It may be necessary to link to external sources when editing a syllabus. For example, you might want to include links ...