How can I add clickable timestamps under the video if the video is embedded through the Wistia integration? Ideally, when a user clicks the timestamp, the video jumps to that part (no new tab opening).
How can I add clickable timestamps under the video if the video is embedded through the Wistia integration? Ideally, when a user clicks the timestamp, the video jumps to that part (no new tab opening).
Best answer by KarenPegramTI
Hi Eniko,
This is not a feature that Wistia videos provide, however you may be able create this experience yourself but taking the following steps:
Determine the Time you want to link to within the video
Use seconds or XmYs format:
?t=90 → jumps to 1 minute 30 seconds
?t=1m45s → jumps to 1 minute 45 seconds
Build your timestamp links. (If your URL is https://yourcompany/wistia.com/medias/abcd1234)
Then your html timestamp links could be:
<ul>
<li><a href="https://yourcompany.wistia.com/medias/abcd1234?t=30" target="_blank">00:30 - Introduction</a></li>
<li><a href="https://yourcompany.wistia.com/medias/abcd1234?t=90" target="_blank">01:30 - Key Concept</a></li>
<li><a href="https://yourcompany.wistia.com/medias/abcd1234?t=180" target="_blank">03:00 - Summary</a></li>
</ul>
Below the Wistia video on the page, you can type in the title associated with each link.
Example:
Osha 101 (hyperlink URL)
Osha 102 (hyperlink URL)
Osha 103 (hyperlink URL)
I hope this is helpful.
Happy Learning!
Karen
A Member of Your Scaled Success Team
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.