pinx Posted May 27, 2022 Share Posted May 27, 2022 Hi, Just wondering if anyone has any experience of this. I need buttons at the bottom of my player. With tip button and private chat. balance (not essential) How to do this? Link to comment Share on other sites More sharing options...
0 Connessione Posted May 28, 2022 Share Posted May 28, 2022 This is mostly about HTML/CSS/JS stuff. You need to find out the DIV container of the player and wrap it around another DIV container. then create your HTML element with the three buttons as shown in the image layout. Your button click actions will be controlled by separate JavaScript methods that you will define separately. Now use CSS to position the controls inside the master DIV as per your needs. See this video. 1 Link to comment Share on other sites More sharing options...
0 pinx Posted May 28, 2022 Author Share Posted May 28, 2022 5 hours ago, Connessione said: This is mostly about HTML/CSS/JS stuff. You need to find out the DIV container of the player and wrap it around another DIV container. then create your HTML element with the three buttons as shown in the image layout. Your button click actions will be controlled by separate JavaScript methods that you will define separately. Now use CSS to position the controls inside the master DIV as per your needs. See this video. So on the output on the final webpage this needss to be under neath the player? Cheers. Link to comment Share on other sites More sharing options...
0 Connessione Posted May 29, 2022 Share Posted May 29, 2022 You cake a hint from this fiddle. Link to comment Share on other sites More sharing options...
Question
pinx
Hi,
Just wondering if anyone has any experience of this.
I need buttons at the bottom of my player.
With tip button and private chat.
balance (not essential)
How to do this?
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
May 28
2
May 27
1
May 29
1
Top Posters For This Question
Connessione 2 posts
pinx 2 posts
Popular Days
May 28 2022
2 posts
May 27 2022
1 post
May 29 2022
1 post
Popular Posts
Connessione
This is mostly about HTML/CSS/JS stuff. You need to find out the DIV container of the player and wrap it around another DIV container. then create your HTML element with the three buttons as shown in
Posted Images
3 answers to this question
Recommended Posts