Play Audio after another

Description

#1. Install Code

#1.1. Hover on Page where you use Audio > Click Gear icon

07.26c19v1 Play Audio after another

#1.2. Click Advanced > Paste this code

  • If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 07.26c19v1 Play Audio after another -->
<script>
  const AudioAutoplayOptions = {
    playScope: "page",
    loop: true
  };
</script>
<script src="https://code.beaverhero.com/audio/0726c19v1playaudioafteranother.js"></script>

07.26c19v1 Play Audio after another

#2. Customize

#2.1. It has 2 options: page or section

playScope: "page",

#3. Other

#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit current page (page where you use Audio Blocks) > Add a Block > Choose Markdown

04.26c10v2 Header Sound Icon

Then add this code into Markdown Block

<script>
  const AudioAutoplayOptions = {
    playScope: "page",
    loop: true
  };
</script>
<script src="https://code.beaverhero.com/audio/0726c19v1playaudioafteranother.js"></script>

07.26c19v1 Play Audio after another

Buy me a coffee