Ready to use this lesson plan? Use the button below to save a copy of this lesson plan in your account. After doing so, you will be able to modify the lessons as you wish.
What you’ll learn: different ways to share your lessons on a website — by embedding them or linking to them. Estimated time: 5 minutes
📎 Embedding
Embedding allows users to open the lesson directly on your organisation’s website, without leaving the page.
⚠️ Note: Private lessons and lesson plans cannot be embedded.
💻 Step-by-step guide to embedding
To display LessonUp lessons on your website, you need to add a JavaScript snippet. This can be done by your website developer or administrator. If your website uses a Tag Management System (TMS), it’s best to implement the code via the TMS.
LessonUp instructions:
Prepare the lessons you want to display on your website. Make sure they are set to public.
Collect the lesson IDs. You’ll find each ID in the URL when you open a lesson. It’s the set of characters between /lesson/ and the next slash (/).
Share the lesson IDs and the technical instructions below with your website developer or administrator.
Technical instructions:
Add the following script to the <HEAD> section of the web page where the LessonUp lessons should appear: <script src="https://www.lessonup.com/embed.js"></script>
To open a lesson, use: LessonUp.open(lessonId), where lessonId (mandatory) is a string that can be found in the organisation's LessonUp environment.
You now know how to share your lessons on a website — by embedding or linking them. In the next lesson plan, you’ll discover how the voucher system works.