Basically you need a form with the action attribute set to your ask page and a method of "post". Then in the form, a field with the name "title". They use a textarea but IMO a normal text input would be better.
I guess you could copy the form on that page, from <form class="askForm"... up to </form> You'll need to style it yourself, of course.