Embed Katacoda into WebHelp Responsive output
Posted: Tue Jun 16, 2020 12:38 am
I have a request to include Katacoda scenarios https://www.katacoda.com/ to WebHelp Responsive HTML. Is there a way to do this?
Here's what Katacoda https://www.katacoda.community/embed.html says:
Add the Javascript:
Add the scenario:
Adding the Javascript is not a problem, but the adding a particular scenario to a particular topic is the part I don't know how to do.
Thanks in advance for your help.
Paul
Here's what Katacoda https://www.katacoda.community/embed.html says:
Add the Javascript:
Code: Select all
<script src="//katacoda.com/embed.js"></script>
Code: Select all
<div data-katacoda-id="<username>/<scenario-name>" id="katacoda-scenario-1"></div>
Thanks in advance for your help.
Paul