I would like to provide a customized link from my Web site "Ask a question on stackoverflow" so that visitors can easily post a question related to the individual topic. Currently, I just link to http://stackoverflow.com/questions/ask, but this means that I cannot suggest a title or tag for the question, which would be helpful for directing this question to qualified people.

Is there any way to pass a title text and / or tag suggestion to http://stackoverflow.com/questions/ask ?

link|improve this question
and also : api.stackoverflow.com/1.0/usage – wegginho Apr 21 '11 at 12:32
possible duplicate of Linking to "ask a question" form.. – Arjan Apr 21 '11 at 15:27
feedback

migrated from stackoverflow.com Apr 21 '11 at 15:00

This question came from our site for professional and enthusiast programmers.

1 Answer

/questions/ask?title=This is the title&tags=tag-a tag-b

link|improve this answer
Correct, but Martin, be sure to read Jeff's statement about this. – Arjan Apr 21 '11 at 15:28
feedback

You must log in to answer this question.