How to put a popup video link in an assignment?

Jump to solution
EllenSpertus
Community Member

When I create an External Link within a module and check "Load in a new tab", the created link does not navigate away from the current page (although it may create a new tab or window) when clicked.

How can I provide a video link in an assignment that behaves the same way? If I just add a link through the Canvas editor or in HTML, clicking on it navigates away from the assignment.

Thank you.

Labels (1)
0 Likes
1 Solution
DrNufer
Community Coach
Community Coach

There are not any out-of-the-box approaches for creating popup boxes, but if you're interested in exploring a little code then you may be able to incorporate an interesting effect.  Here is a way you can hide/show a video or element:

https://www.youtube.com/watch?v=MOiWzjd7AgM&t=797s

Here is how most people to popup boxes:

https://www.youtube.com/watch?v=exnDs8BXkTQ&t=290s 

View solution in original post

Last we we explored the concept of creating an accordion menu in Canvas. This week we are leveling up big time - customizing the colors, sizes, spacing, adding emojis, creating interactive buttons, and even building a quick links interactive widget. Let's do a deep dive! Grab all the juicy code ...
If you are looking to incorporate buttons and popup menus within your courses then you can leverage Canvas styling to create an interactive button effect with very simple HTML. Intro - 0:00 Button HTML code overview - 0:52 Hyperlinking buttons - 3:13 Popups! - 4:50 BONUS! Icons in buttons - 6:54 ...