Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
2.6k views
in Q2A Core by
retagged by
Just saw here: http://www.getsponge.com/features/widgets.aspx

that they have a widget that you can place on any site.

This is a great idea.

I'd love to provide a "ask a quesiton on xxx" widget that my users can put on their external sites!!!

+1 if this is a good idea, or comment if something is wrong with it ;)

1 Answer

+2 votes
by
edited by

Here you go: http://www.gute-mathe-fragen.de/sags-weiter

I am just using a form that can be put onto another website with some css.

<!-- GMF WIDGET -->
<link rel="stylesheet" type="text/css" href="
http://pastebin.com/raw.php?i=YSenKSkr" /> <form id="askbox" method="POST" action="http://www.gute-mathe-fragen.de/ask"> <input name="title" id="ask" type="text" placeholder="Deine Mathe-Frage?" onfocus="this.placeholder=''" /> <input id="submit" type="submit" value="Los" /> </form>

...