Place a button displaying Like next to the other button on the webpage.

<html>
<body>
<p>Always stay true to yourself.</p>
<button>Like</button>
<button>Comment</button>
</body>
</html>]]>

Make sure to pick <button>, followed by Like, and finally </button>.