Posting Results on Your Website

With Raceday, you can drop a simple code snippet anywhere on your website, and your event results will show up there as the event happens, or when it’s all said and done.

Here’s how to do it, and one important thing to be aware of before you start. Sign in to your Raceday administration account, click on the Events tab, then select the event whose results you want to display.

Next, on the right-hand side of the screen is a large gray button that says, “Copy to clipboard.” Select that button. Now login to your website – that will depend on if you have a WordPress, Joomla, Weebly or whatever website, find the page you want the results to show on, then paste what is in your clipboard onto that page.

Save, and you’re done.

One Important Note

If your website does not use SSL, you can skip this part. If your website does use SSL (when you go to your website, there is a little green lock in the URL bar), then you need to make this one small change.

In the above example, it does not use SSL, so the URL says:
src=”http://wrl.raceday.pro/assets/event_results.js” – of course, the URL in that string will look a little different.

You’ll need to change JUST the HTTP to https. So that line would now be:
src=”https://wrl.raceday.pro/assets/event_results.js”.

That’s it! If you don’t do this, some browsers will display a security warning. By no means is your website a less secure, but without that letter “s,” some browsers will think you’re trying to add insecure content to your otherwise secured website.