Hello.
I have a lightbox with a video playing when open.
I am trying to get a link for the opened lightbox (video playing) so I can direct people directly to the specific video I share with them. Is there any way to do that?
read-only-link (The relevant page is “Marketing POV”)
Thank you
A bit of scripting work, but…
- Uniquely id each item.
- Pass that identifier in on the query string
- Have a script extract that, find the item, and click the link to invoke the lightbox
Personally I’d use custom attributes and a dynamic step so that your lightboxes can be driven by the CMS, easier to add more items later.