How to display Euro 2024 stats on your TV screen

Intro

Follow these simple steps to display Euro 2024 stats on your screen

Copy the following link to access the Euro 2024 stats embed page on ScoreBat:


Step 2: Log in to your Yodeck account

Login to your Yodeck account and create a new web page. Inside the web page form, paste the above URL link.


Step 3: Save the Form

Paste the code below into the “Run Custom Script” section. Ensure the code is correctly placed within the code section.

pause(4)
runScript("""
setInterval( () => {if (j(window).scrollTop() + j(window).height() == j(document).height()){
j('html, body').animate({ scrollTop: 0 }, 1000);
}
else{
j('html, body').animate({
scrollTop: '+=100'
}, 1000);
}
}, 1000)
""")

Step 3B: Display the Tables

If you want to display the Tables section from the above URL link, use the below code instead.

pause(4)
runScript("""document.querySelector('#root > div > div > div > div.WidgetBody > div > div > div > div > div:nth-child(2)').click()
""")
pause(1)
runScript("""
setInterval( () => {if (j(window).scrollTop() + j(window).height() == j(document).height()){
j('html, body').animate({ scrollTop: 0 }, 1000);
}
else{
j('html, body').animate({
scrollTop: '+=100'
}, 1000);
}
}, 1000)
""")

Step 4: Assign to Players

After saving the form with the embed code, assign this content to the screens or players where you want the Euro 2024 stats displayed. Follow this guide on how to assign content on your screens.


Final Steps

  1. Verify that the Euro 2024 stats are displaying correctly on your screens.
  2. Make any necessary adjustments to the size or positioning of the embed code to fit your display requirements.

Following these steps will display the Euro 2024 stats on your screens, keeping your audience updated with the latest information. If you encounter any issues or need further assistance, please check below.


Need Help?

The Yodeck Support Team can help you out! Log in to your Yodeck account and Send us a message from the bottom right corner!