Embed a ranking

You can show the same public ranking as on vestigio.app on your site, without menus or a footer: date, gender, and discipline filters and tables just like the standard page.

  1. Get the route guid (the last part of the URL after /rankings/top/).
  2. Open this same page with ?id=TU_GUID to get the code already filled in, or replace TU_ROUTE_GUID below.
  3. Paste the HTML block into your site.

Example URL:
https://vestigio.app/rankings/embed/TU_ROUTE_GUID

Example snippet (TU_ROUTE_GUID)

<div style="width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;">
<iframe
  src="https://vestigio.app/rankings/embed/TU_ROUTE_GUID"
  title="Vestigio Ranking"
  style="display:block;width:100%;max-width:100%;border:0;min-height:min(1200px,95vh);height:95vh;"
  loading="lazy"></iframe>
</div>