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'm trying to include our Chalk & Wire LTI in the Account menu so it is attached to the user instead of a course (as delivered it's integrated at the course level as an external tool). Does anyone have an example of a working XML config that puts a link in that menu?
Thanks,
Matt
Here is a functional C&W XML file
<cartridge_basiclti_link xmlns="http://www.imsglobal.org/xsd/imslticc_v1p0"
xmlns:blti="http://www.imsglobal.org/xsd/imsbasiclti_v1p0"
xmlns:lticm="http://www.imsglobal.org/xsd/imslticm_v1p0"
xmlns:lticp="http://www.imsglobal.org/xsd/imslticp_v1p0"
xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imslticc_v1p0
http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticc_v1p0.xsd http://www.imsglobal.org/xsd/imsbasiclti_v1p0
http://www.imsglobal.org/xsd/lti/ltiv1p0/imsbasiclti_v1p0p1.xsd http://www.imsglobal.org/xsd/imslticm_v1p0
http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticm_v1p0.xsd http://www.imsglobal.org/xsd/imslticp_v1p0
http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
<blti:title>Chalk & Wire</blti:title>
<blti:description>
Chalk & Wire provides ePortfolio, Assessment and Data Analysis Tools that can be used to help improve the student
learning experience.
</blti:description>
<blti:launch_url>https://epcs.chalkandwire.com/epcs/lti/tool</blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="icon_url">http://www.eduapps.org/tools/chalk_and_wire/icon.png</lticm:property>
<lticm:property name="domain">chalkandwire.com</lticm:property>
<lticm:property name="link_text">Chalk & Wire</lticm:property>
<lticm:property name="privacy_level">public</lticm:property>
<lticm:property name="tool_id">chalk_and_wire</lticm:property>
<lticm:options name="post_only">true</lticm:options>
</blti:extensions>
</cartridge_basiclti_link>
@mjv ,
We are giving the Canvas Admins area a little bit of love (especially questions that are really, really old) and just want to check in with you. This will also bring this question new attention.
Were you able to find an answer to your question? I am going to go ahead and mark this question as answered because there hasn't been any more activity in a while so I assume that you have the information that you need. If you still have a question about this or if you have information that you would like to share with the community, by all means, please do come back and leave a comment. Also, if this question has been answered by one of the previous replies, please feel free to mark that answer as correct.
Robbie
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.