Is it possible to link from another page, to a certain slide, in a full-width slide-show component?

Question:
Is it possible to link from another page, to a certain slide, in a full-width slide-show component?

Product:
Wix Editor

What are you trying to achieve:
I am using a full-width slide-show component as the header for my website homepage. From another page on my site, I am wanting to link back to the homepage, landing on a specific slide from the full-width slide-show component.

What have you already tried:
From what I’ve been playing around with, anchors don’t seem to be working because the slides aren’t registering as different pages or sections. I haven’t been able to get a unique URL for a specific slide either.

Additional information:

You’ll likely need to use some Velo.

Here’s a rough outline of how it might work:

  • The page with the slideshow has a function that checks for a query param
  • If the query param set is present, it will change slide according to the param set
  • On the pages directing to the page with the slideshow, they add a param, for example ?slide=5