Jump to content
  • 0

Custom Buttons at bottom of player


pinx
 Share

Question

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?

 

customer-screen-player.jpg

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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.

  • Like 1
Link to comment
Share on other sites

  • 0
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

 Share

×
×
  • Create New...