Page 1 of 1

Action or event to like extension when user played video

Posted: Fri Jun 09, 2023 9:22 am
by amir2314
Hi dear pablo .
At first thank you about like and rate extension
.
I have a question is there any way to add event or action to set video play view with like extension ?
.
I have a video from my webpage and i changed like icon to eye and i want to set event on html video ( when user Played Video Caculate A Number Of View with Like extansion ) .
.
Is it possible ? So ...if its not possible can you make video audio total view in future please ?

Re: Action or event to like extension when user played video

Posted: Fri Jun 09, 2023 11:35 am
by Pablo
You can use the event action 'media play' to start a video.

Re: Action or event to like extension when user played video

Posted: Fri Jun 09, 2023 12:05 pm
by amir2314
Pablo wrote: Fri Jun 09, 2023 11:35 am You can use the event action 'media play' to start a video.
How can i set the video event with the like action ?
For example on play event with javascript so wich code must put in the javascript event from onplay

Re: Action or event to like extension when user played video

Posted: Fri Jun 09, 2023 12:46 pm
by Pablo
There is no link between the like extension and events.
So, you will need to implement you won code for that.

My previous answer was related to generic events. This may help you with writing your own code.