Looking out for examples on how you can add your application to a web page. Please find our sharing below:
Adding a Games Application
- Create activities in your preferred application
- Retrieve the iframe link
Our example is with https://kahoot.com/
Link: https://kahoot.it/challenge/09571306?challenge-id=a611b63f-2848-4fb9-b4cf-9993eaf26333_1666344464251
- Simply select the HTML block, paste the code and add the link, you then will have the activities in your web page for attendee engagement.
Template
<iframe src="link" width=620 height=380></iframe>
Sample
<iframe src="https://kahoot.it/challenge/09571306?challenge-id=a611b63f-2848-4fb9-b4cf-9993eaf26333_1666344464251" width=620 height=380></iframe>