Place the button displaying Like above the other buttons with the Next Song button to the right of Play / Pause.

<html>
<body>
<button>Like</button>
<br>
<button>Play / Pause</button>
<button>Next Song</button>
</body>
</html>]]>

Start with <button>Like</button>, <br>, <button>Play / Pause</button>, and <button>Next Song</button>.