
Random player pops up before body tag in Wordpress
Hey everybody,
i'm embedding a video playlist through the js api. Everything works well except that a second player appears before the closing </body> tag.
It only shows the first video of the playlist, and the only place where i output the code is in the content ( see link below ), you can see my whole js there whit inspector. The set up is on Wordpress and the video.js script is brought in according to WP standards with wp_enqueue_script.
The second player has the id #botr_TlCVnhp2_k8udxyPL_div which contains my player script id, which i got from the dashboard.
Heres a link to my staging site https://learnrealenglish.warmpress.com/lesson/video-js
Any tips or tricks on how to get rid of the second player?