Display the Share button next to the other button.

<html>
<body>
<p>What a great time to be alive!</p>
<button>Like</button>
<button>Share</button>
</body>
</html>]]>

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