Provides video hosting for businesses and personal users.
Questions tagged [wistia]
90 questions
0
votes
1 answer
How To Create A Timed Button For A Video Using Wistia API
Hi I am trying to get a button to appear beneath my video after 30 mins and 30 seconds. When I contacted Wistia support they gave me this link and told me they were not coders and couldn't help me further. I don't know anything about javascript and…

Justin
- 1
0
votes
1 answer
Video API not executing onReady as expected
In the documentation for the wistia JS API, it simply says to call it under the iFrame with the attributed ID and the _all flag if you want to hit all videos on the page.
I'm trying to get a basic console log logged with the video API per the docs.…

kawnah
- 3,204
- 8
- 53
- 103
0
votes
1 answer
Play (on Click) wistia video with custom overlay using JS ES6
Below is the mark-up

Dr Upvote
- 8,023
- 24
- 91
- 204
0
votes
2 answers
How to change background color and text color of clicked or auto-played video
Problem: I have a HTML video playlist of Wistia videos and I'm trying to change the background-color and color of the videos as they are played, either by clicking on them or having the playlist autoplay.
I'm currently using a:focus to accomplish…
user11667102
0
votes
1 answer
Wistia resumable video uploads via API
I am looking for a way to resume a video upload once it is disrupted (due to a connection error or whatever other reason) using Wistia's upload API. I am using Wistia as a video host/provider and they seem to only offer such a feature using their…

ionpan
- 101
- 2
- 9
0
votes
1 answer
How to use DoNotTrack in Wistia?
I don't want to track session details in Wistia for my hosted video. I tried to set the doNotTrack: true in the JS code but my user details get tracked at wistia.
Here is the piece of code