Forum Discussion
Everything we know about Cornerstone on Demand and Storyline!
This may be a query better suited to CSOD but thought I'd try here as well. Does anyone know if it is possible to get a deep link working inside an iframe to present SL3 content inside a CSOD custom page. I want to include a brief overview (built in SL3) visible on an CSOD custom page so tried adding as a deep link inside an iframe. It sort of works but it registers and opens the actual course in a separate tab rather than it being visible inside the frame.
Any other alternatives to getting SL3 content visible (via the LMS) inside a web page (CSOD or Intranet) would be appreciated.
- SteveFlowers7 years agoCommunity Member
Hi, Chris -
Are you wanting to track progress or just display the content? If you are just wanting to display the content, here's how you can grab the launch point of the story.html file:
1) Launch the content after registering the LO in Chrome (this can also be done in other browsers but the steps are a little different)
2) When the content launches, select the address bar and hit CTRL-SHIFT-J. This will open developer tools.
3) Click the sources tab in the Developer Tools window.
4) Expand the activityFrame item, then expand the xxxx.csod.com item. Expand the content folder that ends in publications/xxx.
5) Scroll down until you see index_lms_html5.html or index_lms.html (depending on how you published)
6) Right-click the index_xxx.html item and Copy Link Address.
It will look something like this:
https://xxxx.csod.com/content/xxxx/publications/677/index_lms_html5.html
Change the index_lms_html5 or index_lms to story.
https://xxxx.csod.com/content/xxxx/publications/677/story.html
Now you can use the direct link in your iframe and the content should display right on the page. It won't track but it will display.- ChrisUndery-aea3 years agoCommunity Member
Steve, is it possible to do this with a course that was created in RISE rather than Storyline as it doesn't seem to work?
(PS. I'm aware I'm replying to a post that is 4 years old :))