Skip to main content
Tito event widget

How to list all your Tito events on your own webpage

Vicky Carmichael avatar
Written by Vicky Carmichael
Updated over a week ago

If you'd like to list all tickets for a single event, use our regular widget instead.

Tito's events widget allows you to listing all your events on your website with just a couple of lines of code:

<!-- place this in your head tag -->

<script src='https://js.tito.io/v2' async></script>

<!-- Place this where you want the widget to appear -->

<tito-events account="your-account-slug"></tito-events>

To exclude events from being included, be sure to set them to hidden under Settings > Basics > Timeline visibility.

The <tito-events> widget can be styled with CSS to blend in seamlessly with the rest of your website. It will update automatically as you create new events, saving you time manually adding them.


Still need help? Search our FAQs for instant answers. You can also leave a message for our support team by email or in-app, and we'll get back to you by the next working day.

Did this answer your question?