Create a button displaying Send Request.

<html>
<body>
<h1>Follow us on Twitter</h1>
<button>Send Request</button>
</body>
</html>]]>

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