The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
I am attempting to add an LTI link to the main navigation menu according to the guide linked below. However, for the tool I am attempting to add, I only see placement options for assignment and link selection. Is there a way to enable the navigation menu option?
Solved! Go to Solution.
Hi @SMalone703
The placement options are part of the app/LTI installation/configuration. if you are installing an LTI 1.3 app and creating a developer key as part of the installation, you can adjust the placement options as part of the developer key settings.
For LTI 1.1 apps, it's more complicated. If the app is configured by pasting XML, you can edit XML to include additional placements for the app. If the app is configured by URL, that is directing you to an XML configuration file, and you can go to the URL and download the XML file, then edit the contents of the XML configuration file to include extra placements, then install the app using "Paste XML" instead of "By URL" and paste your modified XML.
The placement for the course menu is "course_navigation", and it requires inserting XML in the configuration that looks something like
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="enabled">true</lticm:property>
</lticm:options>
</blti:extensions>
Hi @SMalone703
The placement options are part of the app/LTI installation/configuration. if you are installing an LTI 1.3 app and creating a developer key as part of the installation, you can adjust the placement options as part of the developer key settings.
For LTI 1.1 apps, it's more complicated. If the app is configured by pasting XML, you can edit XML to include additional placements for the app. If the app is configured by URL, that is directing you to an XML configuration file, and you can go to the URL and download the XML file, then edit the contents of the XML configuration file to include extra placements, then install the app using "Paste XML" instead of "By URL" and paste your modified XML.
The placement for the course menu is "course_navigation", and it requires inserting XML in the configuration that looks something like
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="enabled">true</lticm:property>
</lticm:options>
</blti:extensions>
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.