Description
- play audio then finish and continue play another audio
- view demo – password: abc
- buy me a coffee
#1. Install Code
#1.1. Hover on Page where you use Audio > Click Gear icon

#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>

#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
![]()
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>
