Description
- change text every 5 seconds or every day, you can set time
- view demo – password: abc
- buy me a coffee
#1. Install Code
#1.1. You can add some Text Blocks with word: ##daily01, ##daily02, ##daily03…

#1.2. Drag them overlap together

#1.3. Hover on Page where you use Text Block > Click Gear icon

#1.4. Click Advanced > Paste this code
- If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 07.26c30v8 Daily Text Block -->
<script>
window.dailyTextSettings = {
mode: 'random',
intervalSeconds: 5
};
</script>
<script src="https://code.beaverhero.com/textblock/0726c30v8dailytextblock.js"></script>

#2. Customize
#2.1. To change time, you can change this line 05 (5 = 5 seconds)
intervalSeconds: 5
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can add a Markdown Block under Text Block
![]()
Then add this code into Markdown Block
<script>
window.dailyTextSettings = {
mode: 'random',
intervalSeconds: 5
};
</script>
<script src="https://code.beaverhero.com/textblock/0726c30v8dailytextblock.js"></script>
